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.
Parameters
:id
The identifier for the dataset to return.
Example Value: 6bdf49c1-64aa-43bf-8393-60fb77d684cd
:version
Optional
The version to return for this dataset.
Example Value: 672855f9-65db-4ed5-9fd4-d996b9c80085
Example Request
GET
https://api.livestories.com/v1/dataset/6bdf49c1-64aa-43bf-8393-60fb77d684cd/672855f9-65db-4ed5-9fd4-d996b9c80085
Example Response
{
"id":"488e372f-68c1-47eb-ad3f-c0158522737a",
"name":"pokemon",
"version":"68ae3aae-8324-4568-baab-04b2a41a8631",
"visibility":"public",
"created":"2016-10-18T23:15:50.840Z",
"properties":{
"key_words":[""],
"description":"This dataset contains a list of all known Pokemons.",
"contact_name":"John Q"
}
}