Book list

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 than search which uses approximate string matching algorithm.
Query Params
integer

Sets the number of results to return.

integer

Sets the starting point of the results list. The list is index-based and starts at integer 0.

string
enum

By default, results are returned in descending order, which is newest to oldest.

Allowed:
string
enum

Determines what field to order the results by.

Allowed:
string

Filter books by name (exact match)

string

Filter books by keyword search on book_name

string

Filter books by xid (exact match)

Response

Language
Credentials
OAuth2
Response
Choose an example:
application/json