books
Retrieves a list of books
Retrieves a list of books; paginated, sorted and filtered by attributes.
get/v1/books
Query parameters
page[size]integer
The number of returned results per page (between 1 and 100).
page[number]integer
The page number of the returned results.
sortstring[]
Sort books by the given field. If prefixed with "-" sort is descending.
filterobject nullable
Filter books by the given field. Use ransack matchers to filter.
See [Ransack Search Matchers]
(https://activerecord-hackery.github.io/ransack/getting-started/search-matches/).
Example: { "filter[title_cont]": "Azkaban" }
Response
A list of books