/datasets/{id}/editions

GET

Get a list of editions of a dataset. Each edition returns the latest version of that edition.

Parameters

Name Type Description
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 editions for a dataset

Example value
null

400: Invalid request, dataset id was incorrect

404: No editions were found for the id provided

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