cURL
curl --request GET \ --url https://platform.thena.ai/v1/tickets/type \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": [ { "id": "<string>", "name": "<string>", "color": "<string>", "icon": "<string>", "isActive": true, "teamId": "<string>", "organizationId": "<string>", "autoAssign": true } ] }
Enter the bearer token
Operation successful
The status of the response
The message of the response
The timestamp of the response
The ticket types fetched
Show child attributes
The unique identifier of the ticket
The name of the ticket type
The color of the ticket type
The icon of the ticket type
Whether the ticket type is active
The team ID of the ticket type
The organization ID of the ticket type
Whether the ticket type is auto-assigned