Track version history of data contract changes over time including rule modifications, SLA adjustments, and ownership updates to maintain audit trails 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/dataContracts/{id}/versions/{version} to retrieve a specific version.
major.minor format (e.g., 0.1, 0.2, 1.0).| Change Type | Version Impact | Example |
|---|---|---|
| Minor field updates (description, display name) | Minor bump (0.1 → 0.2) | Update description |
| Major structural changes (status, schema, entity) | Major bump (0.2 → 1.0) | Change status to Active |
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Data contract or version not found |