Check datamap data exists (by UID)
Checks whether a single data item with the given UID exists.
Path Parameters
- Type: stringdatamap
Name required - Type: stringFormat: uuiduid
Based Id required
Query Parameters
- Type: stringehr
Uid
Responses
- 200
Exists
- 404
Not found
Request Example for head/extra/v1/datamap/{datamapName}/{uidBasedId}
curl 'https://api.customer.cadasto.io/extra/v1/datamap/{datamapName}/123e4567-e89b-12d3-a456-426614174000?ehrUid=' \
--request HEAD \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body