get https://data.lucid.app/dataSets/
Gets a specific existing data set from Lucid.
Response
Gets a specific existing data set from Lucid.
xxxxxxxxxx
curl --request GET \
--url https://data.lucid.app/dataSets/dataSetId \
--header 'accept: application/json'
xxxxxxxxxx
10{
"uri": "https://data.lucid.app/dataSets/2168",
"name": "Data Set Name",
"properties": "https://data.lucid.app/dataSets/2168/properties",
"created": "2021-01-01T00:00:00Z",
"modified": "2021-01-01T00:00:00Z",
"creatorId": 123456,
"dataSetGrants": "https://data.lucid.app/dataSetGrants?dataSet=https%3A%2F%2Fdata.lucid.app%2FdataSets%2F2168",
"dataSources": "https://data.lucid.app/dataSources?dataSet=https%3A%2F%2Fdata.lucid.app%2FdataSets%2F2168"
}