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
- Cursor pagination
See Pagination.
Allowed For
- Admins
Servers
- https://{subdomain}.{domain}.com
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.