Gets details about the specified category.
Authorizations: Categories - VIEW
GET /apis/categories/:categoryId
Success
{ "data": { "label": "Locations", "values": ["Montreal", "Chicago", "Austin"], "multipleValues": true, "allowCustomValues": true, "id": "5ee67847-d886-4fda-b755-ce4090fa8739", "customValues": [ "Minneapolis" ] "index": 1, "group": "Teams" }}
{
"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}
{"code":"040007", "name":"CategoryNotFound",
"message":"Category not found", "httpStatusCode":404}
A category with a UUID of id was not found.
id
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.