potions
Retrieves a list of potions
Retrieves a list of potions; paginated, sorted and filtered by attributes.
get/v1/potions
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 potions by the given field. If prefixed with "-" sort is descending.
filterobject nullable
Filter potions 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[name_cont]": "Age" }
Response
A list of potions