KronoDesk: REST Web Service (v4.0)


Click here for a complete list of operations.

POST: organizations/{organization_id}/tickets/search?start_row={start_row}&number_rows={number_rows}&sort_field={sort_field}&sort_direction={sort_direction}

Description

Retrieves a list of tickets for a specific organization, sorted and filtered

How to Execute

To access this REST web service, you need to use the following URL:

https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/organizations/{organization_id}/tickets/search?start_row={start_row}&number_rows={number_rows}&sort_field={sort_field}&sort_direction={sort_direction}

Request Parameters

Name Description
organization_id The id of the organization
start_row The starting row (1-based)
number_rows The number of rows
sort_field The field to sort on
sort_direction Either ASC or DESC for sort direction

Request Body

Property Description

Return Data

Property Description