get https://api.ocrolus.com/v1/books
Retrieve a list of all Books available to the current user.
- By default results are ordered by Book PK in descending order but you can alter how and what books are returned by providing different parameters with your request.
- Use the
name
query parameter to find a Book by an exact name. This will be faster thansearch
which uses approximate string matching algorithm.