1curl https://app.impiloplatform.com/api/v3/device \2 -H "Impilo-API-Key: <Impilo-API-Key>"
1{2 "content": [3 {4 "currentPatient": {5 "firstName": "John",6 "lastName": "Doe",7 "address": {8 "city": "Philadelphia",9 "country": "USA",10 "lineOne": "1234 Market Street",11 "state": "PA",12 "zipCode": "19137",13 "lineTwo": "Suite 110"14 },15 "dateOfBirth": "1987-09-13",16 "email": "email@example.com",17 "externalIdentifier": "external-identifier-123",18 "id": 456,19 "phoneNumber": "111-222-3333",20 "sex": "unknown"21 },22 "currentStatus": "withPatient",23 "deviceEvents": [],24 "deviceIdentifiers": [25 {26 "type": "imei",27 "value": "354833969951611"28 },29 {30 "type": "serial",31 "value": "A44-A0623930"32 },33 {34 "type": "macAddress",35 "value": "f51da43314fc"36 }37 ],38 "disabledReadings": false,39 "id": 599,40 "item": {41 "id": 791,42 "manufacturer": {43 "id": 2,44 "name": "Custom Manufacturer"45 },46 "model": "iBloodPressureMonitor123",47 "name": "Blood Pressure Monitor",48 "sku": "0000001"49 }50 },51 {52 "currentPatient": {53 "firstName": "John",54 "lastName": "Doe",55 "address": {56 "city": "Philadelphia",57 "country": "USA",58 "lineOne": "1234 Market Street",59 "state": "PA",60 "zipCode": "19137",61 "lineTwo": "Suite 110"62 },63 "dateOfBirth": "1987-09-13",64 "email": "email@example.com",65 "externalIdentifier": "external-identifier-123",66 "id": 456,67 "phoneNumber": "111-222-3333",68 "sex": "unknown"69 },70 "currentStatus": "withPatient",71 "deviceEvents": [],72 "deviceIdentifiers": [73 {74 "type": "imei",75 "value": "354833969951611"76 },77 {78 "type": "serial",79 "value": "A44-A0623930"80 },81 {82 "type": "macAddress",83 "value": "f51da43314fc"84 }85 ],86 "disabledReadings": false,87 "id": 600,88 "item": {89 "id": 791,90 "manufacturer": {91 "id": 2,92 "name": "Custom Manufacturer"93 },94 "model": "iBloodPressureMonitor123",95 "name": "Blood Pressure Monitor",96 "sku": "0000001"97 }98 }99 ],100 "first": true,101 "last": false,102 "page": 1,103 "size": 2,104 "total": 4105}