REST API Reference//
- Retrieves a paginated list of job types based on the batch request
Retrieves a paginated list of categories based on the batch request
Create new category
Update existing category
Creates a new job type.
Updates an existing job type
Retrieves a paginated list of service needed based on the batch request
Creates a new service needed entry based on the provided request.
Update service needed entry based on the provided request.
Retrieves a paginated list of ticket sub statuses based on the batch request
Creates a new ticket sub-status.
Updates an existing ticket sub-status.
Retrieves a list of ticket status.
Retrieves a list of the ticket priorities
Retrieves a paginated lis...
Returns a paginated list of the possible job types that a ticket can have.
Security
oauth2
POST
- application/json
- text/json
- application/*+json
- object
- FilterConditionOperators
{ "sortSpecifications": [ { … } ], "filterSpecifications": [ { … } ], "page": null, "pageSize": null }
Response
{ "before": 0, "after": 0, "total": 0, "items": [ { … } ] }