GET /v1/dataContracts/{id}/versions
Data Contract Versions
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.
GET
GET /v1/dataContracts/{id}/versions
Data Contract Versions
Every change to a data contract creates a new version. Use the versions API to list all versions and retrieve a specific version.List Versions
string
required
UUID of the data contract.
Get Specific Version
UseGET /v1/dataContracts/{id}/versions/{version} to retrieve a specific version.
string
required
Version number in
major.minor format (e.g., 0.1, 0.2, 1.0).GET /v1/dataContracts/{id}/versions