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
|
|
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
|