Skip to main content
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

id
string
required
UUID of the data contract.

Get Specific Version

Use GET /v1/dataContracts/{id}/versions/{version} to retrieve a specific version.
version
string
required
Version number in major.minor format (e.g., 0.1, 0.2, 1.0).
GET /v1/dataContracts/{id}/versions

Version Numbering


Error Handling