get https://data.lucid.app/dataSources/
Gets a specific existing data source from Lucid. If the creator of the data source is the user making the request, the link parameters will be returned with the data source.
Response
Gets a specific existing data source from Lucid. If the creator of the data source is the user making the request, the link parameters will be returned with the data source.
xxxxxxxxxx
curl --request GET \
--url https://data.lucid.app/dataSources/dataSourceId \
--header 'accept: application/json'
xxxxxxxxxx
16{
"uri": "https://data.lucid.app/dataSources/2967",
"name": "Internal Org Chart",
"sourceGrants": "https://data.lucid.app/sourceGrants?dataSource=https://data.lucid.app/dataSources/2967",
"adapterType": "CSV",
"collections": "https://data.lucid.app/collections?dataSource=https://data.lucid.app/dataSources/2967",
"created": "2021-01-01T00:00:00Z",
"lastModified": "2021-01-01T00:00:00Z",
"pending": false,
"dataSet": "https://data.lucid.app/dataSets/2168",
"linkParameters": {
"param1": "value1",
"param2": "value2"
},
"deleted": "2021-01-01T00:00:00Z"
}