Misc API
Table of Contents
Id Identification
Current Implementation
This operation is used to identify whether a specific id belongs to a Patient, a User or it is Unknown on the system.
The possible values returned by this operation are:
- USER
- PATIENT
- UNKNOWN
Parameters
Base URL: /id/{id}
Parameters:
Name | Type | Mandatory | Description |
---|---|---|---|
{id} | String | Yes | The id you want to identify |
token | String | Yes | The passwor token associated with the provided user id. |
userId | String | Yes | The id of the token's user. |
API Sample
User Id Identification
Patient Id Identification
Unknown Id Identification
Tag Id Identification
Current Implementation
This operation is used to identify whether a specific tag id belongs to a Patient, a User or it is Unknown on the system.
The possible values returned by this operation are:
- USER
- PATIENT
- UNKNOWN
Parameters
Base URL: /tag/{id}
Parameters:
Name | Type | Mandatory | Description |
---|---|---|---|
{id} | String | Yes | The tag id you want to identify |
token | String | Yes | The password token associated with the provided user id. |
userId | String | Yes | The id of the token's user. |