Successful request
Categories have been retrieved successfully
- HTTP Status
- application/jsonContent-Type
| Name |
Type |
Required / Optional |
Description |
| action |
String
|
Required |
Action executed, will always be 'categories' in this case.
|
| data |
List
<List>
|
Required |
List of category lists, with the first element being the category position and the second being the category name. e.g. [1, 'Europe']
|
Failed requests
Generic errors can be expected.