4.2.3.6 Getting 2N IP intercoms Added to Devices

Get the list of the 2N IP intercoms added to the list of devices.

URL:

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

HTTP method:

GET

Request body:

N/A

Response code:

Standard HTTP response code, treating syntactic errors

Response data:

{
    "data": {
        "success": true,
        "array": [
            {
                "serial_number": "54-0562-0293"
            }
        ]
    }
}