GET api/v1/thirdpartyapi/data/{shim}/{endpoint}?patientId={patientId}&date={date}
Get data from a shim and respective endpoint for a patient and date
Request Information
Headers
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shim |
The shim name (e.g. fitbit) |
string |
Required |
| endpoint |
The endpoint name (e.g. sleep) |
string |
Required |
| patientId |
The patient identifier |
string |
Required |
| date |
The date |
string |
Required |
Body Parameters
None.
Response Information
Headers
Resource Description
IHttpActionResultNone.
Response Formats
application/json
Sample:
Sample not available.