Get call list#
| Function call (URL) | Permissions | Possible parameters |
|---|---|---|
| /app_hotel_calls | admin / sub-admin | id: unique ID of the hotel participant / room or checkinId: check-in id wakeupCalls |
Example calls:
Info
-
By specifying the Check-In Id, the call data can also be retrieved after the check-out. Please note the retention time of the call data in the system (call volume / number of activated call data records).
-
In order to use this function, the Hotel User function must be activated
| Response type | Possible content |
|---|---|
| id | unique number of the call data list entry. Note: The IDs do not have to be consecutive, as they originate from the central call data acquisition and outgoing connections are also stored there |
| extName | the name can come from the central telephone book, from the online name search or from the network (display message from network operator) |
| extRufNr | phone number of the caller, if known |
| datum | date of the call |
| startZeit | time of the call |
| dauer | duration of the call in seconds |
| dir | direction of the call: 0 incoming, 1 outgoing |
| Success | status of the wake-up call: 0 unanswered / unsuccessful, 1 accepted / successful |
Example response (Call list)
[
{
"id": 58447,
"extName": "",
"extRufNr": "0530692000",
"datum": "04.04.17",
"startZeit": "12:44:59",
"dauer": "48",
"msn": "970851",
"dir": 0
},
{
"id": 58448,
"extName": "",
"extRufNr": "0530692000",
"datum": "02.04.17",
"startZeit": "12:10:29",
"dauer": "147",
"msn": "970851",
"dir": 1
}
]