Get a data product version

Required capabilities: dataProductsAcl:READ

Retrieves a specific version of a data product by its semantic version.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
externalId
required
string (DataProductExternalId) [ 1 .. 100 ] characters ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$

Data product external identifier

version
required
string [ 5 .. 14 ] characters ^(0|[1-9]\d{0,3})\.(0|[1-9]\d{0,3})\.(0|[1-9]...

The semantic version of the data product version to retrieve.

Example: 1.2.34
Responses
200

The requested data product version.

404

The response for a failed request.

get/dataproducts/{externalId}/versions/{version}
Request samples
Response samples
application/json
{
  • "version": "string",
  • "views": [
    • {
      }
    ],
  • "status": "draft",
  • "description": "string",
  • "terms": {
    • "usage": "string",
    • "limitations": "string"
    },
  • "createdTime": 1730204346000,
  • "lastUpdatedTime": 1730204346000
}