GET /api/v2/incremental/ticket_metric_events

Returns ticket metric events that occurred on or after the start time.

Cursor pagination returns a maximum of 100 records per page. Events are listed in chronological order.

If the results are not paginated, events will be returned as a time-based incremental export.

See Time-based incremental exports.

Pagination

See Pagination.

Allowed For

Servers

Query parameters

Name Type Required Description
start_time Integer Yes

The Unix UTC epoch time of the oldest event you're interested in. Example: 1332034771.

include_changes Boolean No

This optional parameter enhances incremental data retrieval, delivering a consistent and accurate representation of data changes.

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.