GET /clips
Summary: list clips
Operation ID: getClips
Auth: unknown
Operation ID: getClips
Auth: unknown
Parameters (3)
filter
(object, query, optional)
Filters to be applied to the query. Query params in the url must look like this: "filter[attributeName_*matcher*]" (i.e. filter[name_eq]=chimp%20into%20space) Available matchers can be found here: https://activerecord-hackery.github.io/ransack/getting-started/search-matches/
page
(object, query, optional)
Specify page number and page size for the query
sort
(string, query, optional)
Sorting to be applied to the query. For more info: https://jsonapi.org/format/#fetching-sorting
Constraints: {'enum': ['created_at', '-created_at', 'original_created_at', '-original_created_at', 'name', '-name']}
No probe data for this endpoint yet.