GET /api/v2/incremental/{incremental_resource}/sample

Use this endpoint to test the incremental export format. It's more strict in terms of rate limiting, at 10 requests per 20 minutes instead of 10 requests per minute. It also returns only up to 50 results per request. Otherwise, it's identical to the above APIs.

Use the incremental_resource parameter to specify the resource. Possible values are "tickets", "ticket_events", "users", or "organizations".

Servers

Path parameters

Name Type Required Description
incremental_resource String Yes

The resource requested for incremental sample export

Query parameters

Name Type Required Description
start_time Integer Yes

The time to start the incremental export from. Must be at least one minute in the past. Data isn't provided for the most recent minute

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.