21 September 2026
Audit Log
The Change History API now supports the
resourceIds and userIds query parameters in both REST and GraphQL. Each parameter accepts up to 20 IDs, which lets you retrieve history for multiple resources or users in a single request instead of issuing one request per ID.Changes:
- Added the
userIdsquery parameter to the Query Records, Query Records for specific resource type, and Query Records by resource ID REST endpoints. - Added the
resourceIdsquery parameter to the Query Records and Query Records for specific resource type REST endpoints. The Query Records by resource ID endpoint is already scoped to a single resource and does not supportresourceIds. - Added the corresponding
resourceIdsanduserIdsarguments to the queries on the Change History GraphQL endpoint. Both parameters accept a maximum of 20 IDs per request. Results include records matching any of the specified IDs. If the singular parameter (resourceIdoruserId) is provided together with its plural counterpart, the values are combined.