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.
BatchChangeRequest contains the parameters needed to retrieve multiple changes by their IDs.
Success
BatchChangeResponse contains the requested changes mapped by their IDs.