get https://data.lucid.app/dataSets//properties
Gets all properties for the specified data set if the user has access to the data set.
Response
Gets all properties for the specified data set if the user has access to the data set.
xxxxxxxxxx
curl --request GET \
--url https://data.lucid.app/dataSets/dataSetId/properties \
--header 'accept: application/json'
xxxxxxxxxx
{
"backgroundColor": "blue",
"font": "Times New Roman"
}