ChangesService
Get apichangesv1batch
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
List of change IDs to retrieve. Each ID uniquely identifies a specific change in the system.
Response
200
application/json
OK
BatchChangeResponse contains the requested changes mapped by their IDs.