diff --git a/NUKI-DEVELOPER-%7C-Nuki-Bridge-HTTP-API.md b/NUKI-DEVELOPER-%7C-Nuki-Bridge-HTTP-API.md
index 81739f7..7ace40d 100644
--- a/NUKI-DEVELOPER-%7C-Nuki-Bridge-HTTP-API.md
+++ b/NUKI-DEVELOPER-%7C-Nuki-Bridge-HTTP-API.md
@@ -330,4 +330,38 @@ http://192.168.1.50:8080/configAuth?enable=0&ts=2019-03-05T01:06:53Z&rnr=4711&ha
HTTP 401 |
Returned if the given token is invalid or a hashed token parameter is missing. |
+
+ Example-Calls |
+ http://192.168.1.50:8080/list?token=123456
+http://192.168.1.50:8080/list?ts=2019-03-05T01:06:53Z&rnr=4711&hash=f52eb5ce382e356c4239f8fb4d0a87402bb95b7b3124f0762b806ad7d0d01cb6 |
+
+
+ Example-Response |
+ [{
+ "nukiId": 1,
+ "deviceType": 0,
+ "name": "Home",
+ "lastKnownState": {
+ "mode": 2,
+ "state": 1,
+ "stateName": "unlocked",
+ "batteryCritical": false,
+ "batteryCharging": false,
+ "batteryChargeState": 85,
+ "doorsensorState": 2,
+ "doorsensorStateName": "door closed",
+ "timestamp": "2018-10-03T06:49:00+00:00" }
+ },{
+ "nukiId": 2,
+ "deviceType": 2,
+ "name": "Community door",
+ "lastKnownState": {
+ "mode": 3,
+ "state": 3,
+ "stateName": "rto active",
+ "batteryCritical": false,
+ "timestamp": "2018-10-03T06:49:00+00:00"
+ }
+ }] |
+
\ No newline at end of file