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