10 July 2026
Audit Log
The Change History API now supports the
withTotal parameter on all query endpoints in both REST and GraphQL.To improve query performance, the total count of matching records is no longer calculated by default. If you need the total, set
withTotal to true in your request.Changes:
- Added the
withTotalquery parameter to the Query Records, Query Records for specific resource type, and Query Records by resource ID REST endpoints. - Added the
withTotalargument to the corresponding GraphQL queries on the Change History GraphQL endpoint. - The
totalfield in the RecordPagedQueryResponse is now optional and is only returned whenwithTotal=trueis sent. On GraphQL,totalis returned asnullwhenwithTotalisfalseor omitted.