GET /v1/dataset/:id/:version
Overview
Returns a dataset identified by its :id
and optionally :version
. If no
:version
is provided, the latest version is returned.
Note: unless this request is signed for authentication, only public datasets are returned.
Parameters
:id
The identifier for the dataset to return.
Example Value: 128a09e6-2bb0-4869-9179-2f6b31557802
:version
Optional
The version to return for this dataset.
Example Value: 54b065c5-8d56-4bc8-aad2-122591c82b89
Example Request
GET
https://api.livestories.com/v1/dataset/a825bee6-0be7-48d8-8504-305f30354928/92961327-d464-457b-9e03-6b8a314c9a96
Example Response
Show example with correct downloadable source URL
{
"id":"a825bee6-0be7-48d8-8504-305f30354928",
"name":"A test dataset",
"version":"92961327-d464-457b-9e03-6b8a314c9a96",
"owner":"bar",
"team":"foo",
"visibility":"private"
}