GET /v1/apiCollections/{id}/versions
API Collection Versions
List and retrieve historical versions of an API collection entity to track changes over time including field modifications, metadata updates, and change authors via the Collate REST API.
GET
GET /v1/apiCollections/{id}/versions
API Collection Versions
Every change to an API collection entity creates a new version. Use these endpoints to view the version history and retrieve specific versions.List Versions
UUID of the API collection.
Get Specific Version
UseGET /v1/apiCollections/{id}/versions/{version} to retrieve a specific version.
UUID of the API collection.
Version number to retrieve (e.g.,
0.2).GET /v1/apiCollections/{id}/versions
Returns
List versions returns an object withentityType and a versions array of serialized entity snapshots (newest first).
Get specific version returns the full API collection object as it existed at that version.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
404 | NOT_FOUND | API collection or version does not exist |