GET

http://example.com:[port]/getcameras

Returns the list of IDs of cameras registered on the video encoder/video server. Additionally, it can contain information on the status of the video surveillance device.

Example:

GET http://192.168.15.182:80/getcameras

Response:

{
"cameras": [
{
"id": 1,
"channe1": 1,
"status": "working"
},
{
"id": 2,
channel ": 2,
"status": "signallost"
}
]
}