Check datamap data exists (by UID)

Checks whether a single data item with the given UID exists.

Path Parameters
  • datamapName
    Type: string
    required
  • uidBasedId
    Type: stringFormat: uuid
    required
Query Parameters
  • ehrUid
    Type: string
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