Get category by id
GET
https://app.coactive.ai/api/v1/dynamic-tag-categories/:category_id
Get category by id
Path parameters
category_idstringRequired
format: "uuid4"
The unique identifier for the category
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Category details
createdUserIdstring
The user that created the resource
createdDtstring
format: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstring
format: "date-time"
The datetime the resource was last updated
categoryIdstring
format: "uuid4"
The unique identifier for the category
namestring
The name of the category
probabilityTablePathsobject
The category probability table paths
datasetslist of objects
The datasets containing the category
dynamicTagslist of objects or null
The dynamic tags within the category