GET api/ticket/tickettypes

Gets all types of ticket

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/ticket/tickettypes  
Example Result

  [
    {
      "TicketTypeId": 1,
      "ticketType": "Request"
    },
    {
      "TicketTypeId": 2,
      "ticketType": "Incident"
    },
    {
      "TicketTypeId": 3,
      "ticketType": "Problem"
    }
  ]