Data Integration What's New
>
August 2024
> Changed behavior
Changed behavior
The August 2024 release of
Data Integration
includes the following changed behavior.
Platform REST API
When you include the run ID in an activityLog API call, you must include the task ID as well.
For example, to request information for a specific run ID, use the following URI:
/api/v2/activity/activityLog?runId=<run ID>&taskId=<task ID>
Previously, task ID wasn't required when the run ID was included in an activityLog request. Task ID is required now to resolve potential performance issues.
For more information about the activityLog resource, see
REST API Reference
.