Skip to content

Get room list#

Function call (URL) Permissions Possible parameters
/app_hotel_list admin / sub-admin none

Example call:

https://192.168.0.240/app_hotel_list

Info

In order to use this function, the Hotel User function must be activated.

Response type Possible content
id unique ID of the hotel participant / room
name name of the hotel participant / room
nr phone number of the hotel participant / room
Example response
[
        {
                "id": 7382,
                "name": "Zimmer 213",
                "nr": 213
        },
        {
                ...
        }
]