Home//
REST API Reference
/- Ticket Type
Reply to a ticket
Add tag to a ticket
Remove tag from a ticket
Link a conversation to a ticket
Unlink a conversation from a ticket
Create a ticket
Enqueue create ticket
Update a ticket
Retrieve a ticket
Delete a ticket
Change ticket type
Search tickets
Ticket
Contacts
Ticket Part
Ticket State
Ticket State
Ticket Type
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.
Example:"ticket_type"
ticket_type_attributesobject(Ticket Type Attributes)
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": "string", "ticket_type_attributes": [ … ] }, "ticket_states": { "type": "list", "data": [ … ] }, "archived": false, "created_at": 0, "updated_at": 0 }