2.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_addr}}/api/v1/hipm/devices |
HTTP method: | GET |
Response code: | Standard HTTP response code, treating syntactic errors. |
Response data: | {
"data": {
"devices": [
{
"id": 255,
"ip": "10.0.24.55",
"isActive": false,
"name": "2N IP Verso",
"serialNumber": "54-0776-0059"
},
{
"id": 256,
"ip": "10.0.24.135",
"isActive": false,
"name": "2N IP Verso",
"serialNumber": "54-1921-5022"
}
]
}
}
|
