List all ticket categories
GET
https://api.tamio.com/v2/agency/ticket-categories/list
Returns a paginated list of ticket categories. Supports filtering by date range and sorting.
Query Parameters
page
integer*
per_page
integer*
order
string
ascdesc
sort_by
string
created_attitle
from
string
Start date filter (ISO 8601 or unix timestamp)
to
string
End date filter (ISO 8601 or unix timestamp)
Responses
200
Ticket categories listed successfully
Ticket categories listed successfully
status
integer
total_results
integer
ticket_categories
array of TicketCategory
400
Validation error
Validation error
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string