GET/projects/{id}/messageCategories.json
Retrieving all of a Message Categories
All the message categories for your project will be returned.
Request Examples
Example Request
GET
/projects/{id}/messageCategories.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
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"
}