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

GET

Get all metadata relevant to a version

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: Json object containing all metadata for a version

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

404: Version not found

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