Get device telemetry history
GET
/fhir/Device/{id}/telemetry/historyGET
/fhir/R4/Device/{id}/telemetry/historyGET
/fhir/R5/Device/{id}/telemetry/historyalpha
https://api.sandbox.ovok.comQuery observation history for a device from Signals. Defaults to the last 72 hours.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes | |
from | query | string | no | |
to | query | string | no | |
code | query | string | no | |
page | query | integer | no | |
pageSize | query | integer | no |
Responses
| Code | Description |
|---|---|
200 | Success. |
400 | The request could not be operated by the server. |
401 | The resource owner or authorization server denied the request. |
404 | The requested resource could not be found. |
422 | The request could not be validated by the server. |
500 | The server encountered an unexpected condition. Please try again later. |