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

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • ticketTypestringrequired

    Supported ticket type

    Enum:
    incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
  • categoryIdstringrequired

    Parent category uuid or Child category uuid. 0 category uuid will give all parent category only

Responses

  • idinteger

  • namestring

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

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • ticketTypestringrequired

    Supported ticket type

    Enum:
    incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
  • categoryIdstringrequired

    Parent category uuid or Child category uuid. 0 category uuid will give all parent category only

Request Body

application/json

  • uniqueIdstring

  • namestring

  • descriptionstring

  • createdByobject

  • updatedByobject

  • createdDatestring

  • updatedDatestring

  • parentCategoryobject

Loading Examples...

Responses

  • uniqueIdstring

  • namestring

  • descriptionstring

  • createdByobject

  • updatedByobject

  • createdDatestring

  • updatedDatestring

  • parentCategoryobject

Loading Examples...