Get a list of cameras by an external system
The method and parameters
Get a list of cameras.
GET /api/v1/billing/cameras/list |
array
cameras_ids REQUIRED – array of camera identifiers (id). Maximum 30 elements. Mandatory if cameras_uuid or login are not sent.
array
cameras_uuid REQUIRED – array of camera identifiers (external_id). Maximum 30 elements Mandatory if cameras_ids or login are not sent.
string
login REQUIRED – the login of the user, the list of cameras to get. Mandatory if cameras_ids or cameras_uuid are not sent.
200 |
Successful response
CODE
|
200 |
Cameras were not found
JSON
|
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error. General information/validation
JSON
|