Returns a list of all categories of the workspace ordered alphabetically. The {page} parameter is optional. The root response element will also have a “continued-at” attribute specifying the path where the next 25 categories can be retrieved.
{
"continued-at": "",
"categories":{
{
"id":"54904646",
"name":"A category",
"created-by": "6447328282"
},
{
"id":"43907176",
"name":"Another category",
"created-by": "869367284"
},
...
}
}
Returns a single category record identified by its integer ID.
{
"category":{
"id":"94832146",
"name":"A category",
"created-by": "2483685239"
}
}