GET api/v1/thirdpartyapi/call/{shim}/{endpoint}?patientId={patientId}&startDate={startDate}&endDate={endDate}
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 |
| startDate | string |
Required |
|
| endDate | string |
Required |
Body Parameters
None.
Response Information
Headers
Resource Description
IHttpActionResultNone.
Response Formats
application/json
Sample:
Sample not available.