/datasets/{id}/editions/{edition}

GET

Get the latest version of a dataset edition.

Parameters

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

Responses

200: A json object containing the latest version of the edition

400: Invalid request, dataset id was incorrect

404: No edition of a dataset was found using the id and edition provided

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