/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