Changes to actions and action updates
3 months ago by Donovan Cowie
On 5 August 2024 these changes were implemented to ensure data integrity and optimize API performance:
- Queries for
Actions
orActionUpdates
cannot have aStartDate
exceeding 3 years in the past. - A query’s
StartDate
andEndDate
cannot be more than 45 days apart. - If no
StartDate
andEndDate
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 theStartDate
orEndDate
, to ensure the response won’t contain more than 10 pages.