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*
Page number for pagination
per_page
integer*
Number of results per page
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
id
string
object
string
title
string
language
string
teammate_id
string
UUID of the auto-assigned teammate
auto_reply
string
subcategories
array of string
billing_plans
array of string
created_at
integer
Unix timestamp
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
400 | Schema validation failed |
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string