4.2.3.5 2N IP Intercom List Getting

Get the list of the 2N IP intercoms that are registered with 2N® IP Mobile and can be displayed and edited in the device list.

NNURL:

https://<IP>/api/v1/devices?action=get&type=all

HTTP method:

GET

Request body:

N/A

Response code:

Standard HTTP response code, treating syntactic errors

Response data:

{
    "data": {
        "success": <boolean>,
        "array": [
            {
                "ip": "192.168.254.222",
                "sip_uri": "sip:192.168.254.222",
                "serial_number": "54-0562-0293",
                "name": "2N IP Vario"
            }
        ]
    }
}