/datasets/{id}/editions/{edition}/versions/{version}

GET

Get a specific version of an edition of a dataset

Parameters

Name Type Description
edition path An edition of a dataset
id path ID that represents a dataset
version path A version of a dataset

Responses

200: A json object containing the edition and version of a dataset

400: Invalid request, reasons can be one of the following: * dataset id was incorrect * edition was incorrect

404: No version was found for an edition of a dataset using the id, edition and version provided

500: Failed to process the request due to an internal error