GET/projectCategories/{id}.json

Retrieve a Single Project Category

Will return a category on its own that is identified by its integer ID.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "category": {
    "parent-id": "2",
    "name": "Project Category",
    "count": "6",
    "id": "1",
    "elements_count": "6",
    "color": "D870AD",
    "type": "ProjectCategory"
  },
  "STATUS": "OK"
}