Skip to content

Ticket Metadata

This API group is in pre-release and may change without notice. Use with caution. Breaking changes may occur as development continues.
Ticket Metadata endpoints enable creating, updating and retrieving Ticket Metadata.

Retrieves a paginated list of categories based on the batch request

Request

Returns a paginated list of the possible categories that a ticket can have.

Security
oauth2
Bodyrequired
sortSpecificationsArray of objects(SortSpecification)
filterSpecificationsArray of objects(FilterSpecification)
pagenull or integer, (int32)
pageSizenull or integer, (int32)
POST
/tickets/categories
{ "sortSpecifications": [ {} ], "filterSpecifications": [ {} ], "page": null, "pageSize": null }

Responses

List of paginated ticket categories.

Bodyapplication/json
beforeinteger, (int32)
afterinteger, (int32)
totalinteger, (int32)
itemsArray of objects(TicketCategory)
Response
{ "before": 0, "after": 0, "total": 0, "items": [ {} ] }