Developers
API ReferenceTicket Type

Retrieves a TicketType resource

GET
/ticket/ticket-types/{id}

Retrieves a TicketType resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TicketType identifier

Response Body

curl -X GET "https://example.com/ticket/ticket-types/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "decorator": "#78909c"}