get https://data.lucid.app/collections//items/
Gets a specific existing data item from a given collection
Response
Gets a specific existing data item from a given collection
xxxxxxxxxx
curl --request GET \
--url https://data.lucid.app/collections/collectionId/items/dataItemId \
--header 'accept: application/json'
xxxxxxxxxx
{
"uri": "https://data.lucid.app/collections/2/items/4",
"collection": "https://data.lucid.app/collections/2",
"fields": {
"Co1B": "value1",
"Co2B": "value2"
}
}