You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 5 August 2024 these changes were implemented to ensure data integrity and optimize API performance:
Queries for Actions or ActionUpdates cannot have a StartDate exceeding 3 years in the past.
A query’s StartDate and EndDate cannot be more than 45 days apart.
If no StartDate and EndDate parameters are specified, only records for the past 7 days will be returned. If StartDate is specified, EndDate must be specified as well, or the query will return an error.
The new default page size is 20,000 records per page when PageSize isn’t specified.
If specified, the smallest PageSize value is 2,000 records.
If the total record count exceeds 10 times the page size, an error message will prompt you to either adjust either the PageSize or the StartDate or EndDate, to ensure the response won’t contain more than 10 pages.
The text was updated successfully, but these errors were encountered:
https://integrations.impact.com/impact-brand/changelog/changes-to-actions-and-action-updates
On 5 August 2024 these changes were implemented to ensure data integrity and optimize API performance:
Queries for Actions or ActionUpdates cannot have a StartDate exceeding 3 years in the past.
A query’s StartDate and EndDate cannot be more than 45 days apart.
If no StartDate and EndDate parameters are specified, only records for the past 7 days will be returned.
If StartDate is specified, EndDate must be specified as well, or the query will return an error.
The new default page size is 20,000 records per page when PageSize isn’t specified.
If specified, the smallest PageSize value is 2,000 records.
If the total record count exceeds 10 times the page size, an error message will prompt you to either adjust either the PageSize or the StartDate or EndDate, to ensure the response won’t contain more than 10 pages.
The text was updated successfully, but these errors were encountered: