[v12] Changes to actions and action updates
 about 1 year ago by Donovan Cowie
On 5 August 2024 these changes were implemented to ensure data integrity and optimize API performance:
- Queries for ActionsorActionUpdatescannot have aStartDateexceeding 3 years in the past.
- A query’s StartDateandEndDatecannot be more than 45 days apart.
- If no StartDateandEndDateparameters are specified, only records for the past 7 days will be returned.
- If StartDateis specified,EndDatemust be specified as well, or the query will return an error.
- The new default page size is 20,000 records per page when PageSizeisn’t specified.
- If specified, the smallest PageSizevalue 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 PageSizeor theStartDateorEndDate, to ensure the response won’t contain more than 10 pages.