Create Ticket Categories
Creates categories for all types of ticket entities.
Notes
- Timebound and Task types doesn't support any categories.
- Creating categories and sub-categories helps organize identical change requests.
- This provides clarity and access to granularity of data. For example, a network category could help track how many network-related change requests are triggered in a week.'
Path Parameters
- ticketEntity
Supported service desk entity.These are case sensitive.
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- tenantId
Describes the clientId or mspId of the tenant
Request Body
application/json
- names
Unique name for category. A category would be identified with this name.
- descriptions
Category descriptions
- parentCategory
Create a child category under a parent category. This field is mandatory while creating a subcategory. Use the get categories API to get parent categories of the change request entity type. (A child category is always specific to a parent category.)
Loading Examples...
Responses
- uniqueId
- name
- description
- createdBy
- updatedBy
- createdDate
- updatedDate
- parentCategory
Loading Examples...