Skip to content

Retrieves a paginated list of job types based on the batch request

Request

Returns a paginated list of the possible job types 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/job-types
{ "sortSpecifications": [ {} ], "filterSpecifications": [ {} ], "page": null, "pageSize": null }

Responses

Paginated ticket job types list.

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