GET v2/ticketCategory/list

Retrieve list of Ticket Categories with minimal information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TicketCategoryModel
NameDescriptionTypeAdditional information
TicketCategoryID

Unique record identifier of a category

integer

None.

IsActive

Boolean indicating if a category is active or inactive

boolean

None.

Category

Name of the category

string

None.

ColorValue

Name of the category

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketCategoryID": 1,
  "isActive": true,
  "category": "sample string 2",
  "colorValue": "sample string 3"
}