List and retrieve historical versions of an API endpoint entity to track changes over time including field modifications, metadata updates, and change authors via the Collate REST API.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/apiEndpoints/{id}/versions/{version} to retrieve a specific version.
0.2).entityType and a versions array of serialized entity snapshots (newest first).
Get specific version returns the full API endpoint object as it existed at that version.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
404 | NOT_FOUND | API endpoint or version does not exist |