GET/projects/{id}/messageCategories.json
Retrieving all of a Message Categories
All the message categories for your project will be returned.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"categories": [
{
"project-id": "999",
"parent-id": "999",
"name": "Demo Category",
"count": "0",
"id": "999",
"elements_count": "0",
"type": "PostCategory"
}
],
"STATUS": "OK"
}