A ticket type, used to define the data fields to be captured in a ticket.
String representing the object's type. Always has the value ticket_type.
Value:"ticket_type"
Example:"ticket_type"
Category of the Ticket Type.
Enum:"Customer""Back-office""Tracker"
Example:"Customer"
The id of the workspace that the ticket type belongs to.
Example:"ecahpwf5"
A list of attributes associated with a given ticket type.
{ "type": "ticket_type", "id": "1295", "category": "Customer", "name": "Bug", "description": "A bug that has been reported.", "icon": "🐞", "workspace_id": "ecahpwf5", "ticket_type_attributes": { "type": "ticket_type_attributes.list", "ticket_type_attributes": [ … ] }, "archived": false, "created_at": 0, "updated_at": 0 }