Get datamap data (by UID)
Retrieves a single data item by UID.
Path Parameters
- Type: string
datamap Name required - Type: stringFormat: uuid
uid Based Id required
Query Parameters
- Type: string
ehr Uid
Responses
- application/json
400 Bad request
404 Not found
Request Example for get/extra/v1/datamap/{datamapName}/{uidBasedId}
curl 'https://api.customer.cadasto.io/extra/v1/datamap/{datamapName}/123e4567-e89b-12d3-a456-426614174000?ehrUid=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"data": {
"vuid": "<redacted>",
"uid": "<redacted>",
"version_object_id": 329,
"version_tree_id": 2,
"artefact_id": 135,
"trunk_lifecycle_state": "complete",
"beslisboom_context": [],
"zorgpad_omschrijving": "test 2",
"zorgpad_code": "test 3",
"zorgmodules": []
}
}