List and retrieve historical versions of a team entity to track changes in membership, roles, policies, and organizational structure over time via the Collate REST API.
GET /v1/teams/{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 team object as it existed at that version.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
404 | NOT_FOUND | Team or version does not exist |