Update and Get Categories List
Gets the list of categories and Update categories for an entity type.
Gets the list of categories for an entity type.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- ticketType
Supported ticket type
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- categoryId
Parent category uuid or Child category uuid. 0 category uuid will give all parent category only
Responses
- id
- name
Loading Examples...
Update the child or parent category names.
Notes
In this endpoint, the following actions can be performed on a category
- Rename a category
- Assign child categories to a parent category
- Change the status of a parent category to a child category
- A child category cannot be changed to a parent category using this endpoint.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- ticketType
Supported ticket type
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- categoryId
Parent category uuid or Child category uuid. 0 category uuid will give all parent category only
Request Body
application/json
- uniqueId
- name
- description
- createdBy
- updatedBy
- createdDate
- updatedDate
- parentCategory
Loading Examples...
Responses
- uniqueId
- name
- description
- createdBy
- updatedBy
- createdDate
- updatedDate
- parentCategory
Loading Examples...