Gets all types of ticket
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/ticket/tickettypes
[
{
"TicketTypeId": 1,
"ticketType": "Request"
},
{
"TicketTypeId": 2,
"ticketType": "Incident"
},
{
"TicketTypeId": 3,
"ticketType": "Problem"
}
]