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
API ReferenceReadings Sleep Mat Activity

GET
/api/v3/sleep-mat-activity-reading
GET
/api/v3/sleep-mat-activity-reading
1curl https://app.impiloplatform.com/api/v3/sleep-mat-activity-reading \
2 -H "Impilo-API-Key: <Impilo-API-Key>"
Try it
200example
1{
2 "content": [
3 {
4 "readingTimestamp": "2024-07-04T00:00:00Z",
5 "bedTime": [
6 "2022-06-30/20:01",
7 "2022-06-30/20:55"
8 ],
9 "bodyTurnOver": 5,
10 "device": {
11 "currentPatient": {
12 "firstName": "John",
13 "lastName": "Doe",
14 "address": {
15 "city": "Philadelphia",
16 "country": "USA",
17 "lineOne": "1234 Market Street",
18 "state": "PA",
19 "zipCode": "19137",
20 "lineTwo": "Suite 110"
21 },
22 "dateOfBirth": "1987-09-13",
23 "email": "email@example.com",
24 "externalIdentifier": "external-identifier-123",
25 "id": 456,
26 "phoneNumber": "111-222-3333",
27 "sex": "unknown"
28 },
29 "currentStatus": "withPatient",
30 "deviceEvents": [],
31 "deviceIdentifiers": [
32 {
33 "type": "imei",
34 "value": "354833969951611"
35 },
36 {
37 "type": "serial",
38 "value": "A44-A0623930"
39 },
40 {
41 "type": "macAddress",
42 "value": "f51da43314fc"
43 }
44 ],
45 "disabledReadings": false,
46 "id": 599,
47 "item": {
48 "id": 791,
49 "manufacturer": {
50 "id": 2,
51 "name": "Custom Manufacturer"
52 },
53 "model": "iBloodPressureMonitor123",
54 "name": "Blood Pressure Monitor",
55 "sku": "0000001"
56 }
57 },
58 "deviceTimeZoneOffset": 0,
59 "duration": "20:00~00:00",
60 "getUpTime": [
61 "2022-07-01/06:00",
62 "2022-07-01/06:30"
63 ],
64 "heartRate": 60,
65 "id": 42,
66 "item": {
67 "id": 791,
68 "manufacturer": {
69 "id": 2,
70 "name": "Custom Manufacturer"
71 },
72 "model": "iBloodPressureMonitor123",
73 "name": "Blood Pressure Monitor",
74 "sku": "0000001"
75 },
76 "manual": false,
77 "patient": {
78 "firstName": "John",
79 "lastName": "Doe",
80 "address": {
81 "city": "Philadelphia",
82 "country": "USA",
83 "lineOne": "1234 Market Street",
84 "state": "PA",
85 "zipCode": "19137",
86 "lineTwo": "Suite 110"
87 },
88 "dateOfBirth": "1987-09-13",
89 "email": "email@example.com",
90 "externalIdentifier": "external-identifier-123",
91 "id": 456,
92 "phoneNumber": "111-222-3333",
93 "sex": "unknown"
94 },
95 "patientTimeZoneOffset": 0,
96 "respiration": 10
97 },
98 {
99 "readingTimestamp": "2024-07-04T00:00:00Z",
100 "bedTime": [
101 "2022-06-30/20:01",
102 "2022-06-30/20:55"
103 ],
104 "bodyTurnOver": 5,
105 "device": {
106 "currentPatient": {
107 "firstName": "John",
108 "lastName": "Doe",
109 "address": {
110 "city": "Philadelphia",
111 "country": "USA",
112 "lineOne": "1234 Market Street",
113 "state": "PA",
114 "zipCode": "19137",
115 "lineTwo": "Suite 110"
116 },
117 "dateOfBirth": "1987-09-13",
118 "email": "email@example.com",
119 "externalIdentifier": "external-identifier-123",
120 "id": 456,
121 "phoneNumber": "111-222-3333",
122 "sex": "unknown"
123 },
124 "currentStatus": "withPatient",
125 "deviceEvents": [],
126 "deviceIdentifiers": [
127 {
128 "type": "imei",
129 "value": "354833969951611"
130 },
131 {
132 "type": "serial",
133 "value": "A44-A0623930"
134 },
135 {
136 "type": "macAddress",
137 "value": "f51da43314fc"
138 }
139 ],
140 "disabledReadings": false,
141 "id": 599,
142 "item": {
143 "id": 791,
144 "manufacturer": {
145 "id": 2,
146 "name": "Custom Manufacturer"
147 },
148 "model": "iBloodPressureMonitor123",
149 "name": "Blood Pressure Monitor",
150 "sku": "0000001"
151 }
152 },
153 "deviceTimeZoneOffset": 0,
154 "duration": "20:00~00:00",
155 "getUpTime": [
156 "2022-07-01/06:00",
157 "2022-07-01/06:30"
158 ],
159 "heartRate": 60,
160 "id": 43,
161 "item": {
162 "id": 791,
163 "manufacturer": {
164 "id": 2,
165 "name": "Custom Manufacturer"
166 },
167 "model": "iBloodPressureMonitor123",
168 "name": "Blood Pressure Monitor",
169 "sku": "0000001"
170 },
171 "manual": false,
172 "patient": {
173 "firstName": "John",
174 "lastName": "Doe",
175 "address": {
176 "city": "Philadelphia",
177 "country": "USA",
178 "lineOne": "1234 Market Street",
179 "state": "PA",
180 "zipCode": "19137",
181 "lineTwo": "Suite 110"
182 },
183 "dateOfBirth": "1987-09-13",
184 "email": "email@example.com",
185 "externalIdentifier": "external-identifier-123",
186 "id": 456,
187 "phoneNumber": "111-222-3333",
188 "sex": "unknown"
189 },
190 "patientTimeZoneOffset": 0,
191 "respiration": 10
192 }
193 ],
194 "first": true,
195 "last": false,
196 "page": 1,
197 "size": 2,
198 "total": 4
199}
Was this page helpful?
Previous

Record Sleep Mat Activity Reading

Next
Built with
Retrieves a paginated list of sleep mat activity readings from the Impilo platform. Optional parameters can be used to filter the results by page number, page size, patient ID, external ID, start timestamp, and end timestamp.
List Sleep Mat Activity Readings

Authentication

Impilo-API-Keystring
API Key authentication via header

Query Parameters

pageintegerOptional>=1
sizeintegerOptional
patientIdlongOptional
externalIdentifierstringOptional
startTimestampstringOptional
endTimestampstringOptional

Response

OK
contentlist of objects or null
The content of the page, consisting of a list of objects.
firstboolean or null
True if this is the first page, false otherwise.
lastboolean or null
True if this is the last page, false otherwise.
pageinteger or null
The current page number. The first page has value 1.
sizeinteger or null
The current page size. Default 15, maximum 250.
totalinteger or null
The number of objects matching the request.
OK