8951249f5b63

latestOpenAPI 3.0.02026-07-232731152.8 KB
TicketsQueryService

GetTicketsByAccount returns tickets for a specific account with pagination and filtering

Scoped to a single account_id. Use GetTickets for the platform-wide admin view across every account

get/tickets/v1/accounts/{accountId}

Path parameters

accountIdstring required

account_id is the unique identifier of the account whose tickets are requested

Query parameters

pageinteger

page is an optional query parameter to set the page

limitinteger

limit is an optional query parameter to set the max number of results

displayStatusstring

display_status is an optional filter to return only tickets with the given display status

statestring

state is an optional filter to return only tickets with the given state

typestring

type is an optional filter to return only tickets of the given type

sortBystring

sort_by is an optional field to sort the results

sortOrderstring

sort_order is an optional field to set the sort direction

Response

A successful response.