Get supportRequest a Demo
  • Get Started
    • Welcome
  • Guides
    • Authentication
    • Patient Management
    • Order Management
    • Device Management
    • Webhook Management
  • Webhooks
  • API Reference
  • Resources
    • OpenAPI Spec
    • Mobile SDK
LogoLogo
Get supportRequest a Demo
WebhooksDevice Events

Device Low Battery

Webhook for device low battery events.
Was this page helpful?
Previous

Device Weak Signal

Next
Built with
Device Weak Signal
Webhook for device low battery events.
Payload
1{
2 "id": 99999,
3 "payload": {
4 "batteryPercentage": 1,
5 "device": {
6 "currentPatient": {
7 "firstName": "string",
8 "lastName": "string",
9 "address": {
10 "city": "string",
11 "country": "string",
12 "lineOne": "string",
13 "state": "string",
14 "zipCode": "string",
15 "lineThree": "string",
16 "lineTwo": "string",
17 "note": "string"
18 },
19 "archived": true,
20 "dateOfBirth": "string",
21 "email": "string",
22 "enrolled": true,
23 "externalIdentifier": "string",
24 "id": 99999,
25 "phoneNumber": "string",
26 "sex": "unknown",
27 "site": {
28 "active": true,
29 "address": {
30 "city": "string",
31 "country": "string",
32 "lineOne": "string",
33 "state": "string",
34 "zipCode": "string",
35 "lineThree": "string",
36 "lineTwo": "string",
37 "note": "string"
38 },
39 "id": 99999,
40 "name": "string",
41 "phoneNumber": "string"
42 }
43 },
44 "currentStatus": "string",
45 "deviceEvents": [
46 {
47 "eventTimestamp": "string",
48 "type": "string"
49 }
50 ],
51 "deviceIdentifiers": [
52 {
53 "type": "string",
54 "value": "string"
55 }
56 ],
57 "disabledReadings": true,
58 "externalIdentifier": "string",
59 "id": 99999,
60 "item": {
61 "id": 99999,
62 "manufacturer": {
63 "id": 99999,
64 "name": "string"
65 },
66 "model": "string",
67 "name": "string",
68 "orderable": true,
69 "sku": "string"
70 },
71 "lastHealthCheck": "string",
72 "site": {
73 "active": true,
74 "address": {
75 "city": "string",
76 "country": "string",
77 "lineOne": "string",
78 "state": "string",
79 "zipCode": "string",
80 "lineThree": "string",
81 "lineTwo": "string",
82 "note": "string"
83 },
84 "id": 99999,
85 "name": "string",
86 "phoneNumber": "string"
87 },
88 "used": true
89 },
90 "eventTimestamp": "string",
91 "patient": {
92 "firstName": "string",
93 "lastName": "string",
94 "address": {
95 "city": "string",
96 "country": "string",
97 "lineOne": "string",
98 "state": "string",
99 "zipCode": "string",
100 "lineThree": "string",
101 "lineTwo": "string",
102 "note": "string"
103 },
104 "archived": true,
105 "dateOfBirth": "string",
106 "email": "string",
107 "enrolled": true,
108 "externalIdentifier": "string",
109 "id": 99999,
110 "phoneNumber": "string",
111 "sex": "unknown",
112 "site": {
113 "active": true,
114 "address": {
115 "city": "string",
116 "country": "string",
117 "lineOne": "string",
118 "state": "string",
119 "zipCode": "string",
120 "lineThree": "string",
121 "lineTwo": "string",
122 "note": "string"
123 },
124 "id": 99999,
125 "name": "string",
126 "phoneNumber": "string"
127 }
128 }
129 },
130 "type": "device.lowBattery"
131}

Payload

The payload of this webhook request is an object.
idlongRequired
Unique identifier for the webhook payload, managed by Impilo.
payloadobjectRequired
The payload of the webhook.
typeenumRequired
The event type for the webhook.
Allowed values:

Response

200
any
Return a 200 status to indicate that the data was received successfully.