get https://data.lucid.app/collections//schema
This endpoint returns all field definitions for a given collection if the user has access.
Response
This endpoint returns all field definitions for a given collection if the user has access.
xxxxxxxxxx
curl --request GET \
--url https://data.lucid.app/collections/collectionId/schema \
--header 'accept: application/json'
xxxxxxxxxx
12[
{
"uri": "https://data.lucid.app/collections/2/schema/4",
"name": "Co1B",
"fieldType": "STRING",
"collection": "https://data.lucid.app/collections/2",
"isPrimary": false,
"order": "1",
"default": "5",
"label": "User Friendly Field Name"
}
]