Skip to content

Retrieves a paginated list of ticket sub statuses based on the batch request

Request

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

Responses

OK

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