Skip to main content

Get Category Details

Gets details about the specified category.

Authorizations: Categories - VIEW

Requests

GET /apis/categories/:categoryId

Response

Success

{
"data": {
  "label": "Locations",
  "values": ["Montreal", "Chicago", "Austin"],
  "multipleValues": true,
  "allowCustomValues": true,
  "id": "5ee67847-d886-4fda-b755-ce4090fa8739",
  "customValues": [
    "Minneapolis"
  ]
  "index": 1,
  "group": "Teams"
}
}

Error

Code

Payload

 Description

404
{"code":"040007", "name":"CategoryNotFound",
"message":"Category not found", "httpStatusCode":404}

A category with a UUID of id was not found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.