GET /categories
Summary: Get all categories
Operation ID: get_categories
Auth: unknown
Operation ID: get_categories
Auth: unknown
Description
This method gets all existing categories.
Parameters (4)
direction
(string, query, optional)
The sort direction of the results.
Constraints: {'enum': ['asc', 'desc']}
page
(number, query, optional)
The page number of the results to show.
per_page
(number, query, optional)
The number of items to show on each page of results, up to a maximum of 100.
sort
(string, query, optional)
The way to sort the results.
Constraints: {'enum': ['last_video_featured_time', 'name']}
No probe data for this endpoint yet.