WhiteLabel API
Ticketing

List All Ticket Categories

This endpoint (GET) retrieves all your ticket categories. TThe response is paginated; therefore, you should use the 'page' parameter for navigating through the results in subsequent requests. On successful completion, it returns an array of Ticket Categories the number of available results and the flags used for filtering.

Query Parameters

page * Fetch the results from a specific page. It defaults to 1.



per_page * The number of results to fetch per page. The maximum is 50 and if it defaults to 10.



from date-format Start date used for filtering.



to date-format End date used for filtering.



filter string Filters the ticket categories by title.



sort_by An optional identifier used for sorting results. The available options are title and created_at.