| Parameter | Type | Default | Description |
|---|---|---|---|
| per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
| page_no | integer | 1 | Number of results page |
| search | string | null | When true, returns only Categories with names that match the given string |
| sort_by | string | position | Property on which list is sorted (created_at, name, position) |
| sort_direction | string | asc | Sort direction (asc, desc) |
{
"categories": [], // List of categories - see 'Category model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}