Work with ticketsList of TypesOn this pageList of Existing Ticket Types GET /types/ URL Example https://system_domain/api/v2/types/ Response Example{ "data": [ { "id": 0, "name": { "en": "Without type" } }, { "id": 2, "name": { "en": "Task" } }, { "id": 3, "name": { "en": "Bug" } }, { "id": 6, "name": { "en": "Important" } } ]}