BatchChange retrieves multiple entity changes by their IDs in a single request. This is an optimized endpoint for fetching specific changes when you already know their IDs, rather than listing changes for an entity.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List of change IDs to retrieve. Each ID uniquely identifies a specific change in the system.
Success
BatchChangeResponse contains the requested changes mapped by their IDs.