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

GET

Get a list of all versions for a dataset edition.

Parameters

Name Type Description
edition path An edition of a dataset
id path ID that represents a dataset
limit query Maximum number of items that will be returned. A value of zero will return zero items.
offset query Starting index of the items array that will be returned. By default it is zero, meaning that the returned items will start from the beginning.

Responses

200: A json list containing all versions for a set type of dataset and edition

Example value
null

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

404: No versions found using the id and edition provided

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