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
|
| A category with a UUID of |