Tickets
GetTicketsByAccount returns tickets for a specific account with pagination and filtering
Send 'Authorization: APIKey ' to authenticate with a API key.
account_id is the unique identifier of the account whose tickets are requested
page is an optional query parameter to set the page
limit is an optional query parameter to set the max number of results
display_status is an optional filter to return only tickets with the given display status
state is an optional filter to return only tickets with the given state
type is an optional filter to return only tickets of the given type
sort_by is an optional field to sort the results
sort_order is an optional field to set the sort direction
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
Unique identifier for the ticket
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
TicketGetPendingUserAction returns the pending user actions for a ticket
Send 'Authorization: APIKey ' to authenticate with a API key.
Unique identifier for the ticket
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetUserTransactions returns the list of available user transactions for a ticket based on its current state
Send 'Authorization: APIKey ' to authenticate with a API key.
The ID of the ticket
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Last updated