Returns a list of the directories categories and sub categories. Requires OAuth authentification.
GET
| Required | Name | Type | Description |
|---|---|---|---|
<CategoryResultSet xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Categories> <Category> <Name>Arts</Name> <Sub>Film</Sub> </Category> <Category> <Name>Arts</Name> <Sub>Literature</Sub> </Category> </Categories> <Count>78</Count> <Start>0</Start> </CategoryResultSet>
{ "Categories":[ {"Name":"Arts","Sub":"Film"}, {"Name":"Arts","Sub":"Literature"} ], "Count":78, "Start":0 }
| Code | Description |
|---|---|
| 400 | Bad request. Check input parameters. |
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |