The method and parameters
|
GET /api/v1/billing/cameras/list |
array cameras_ids required – array of camera identifiers (id). Maximum 30 elements. Mandatory if cameras_uuid or login aren’t sent.
array cameras_uuid required – array of camera identifiers (external_id). Maximum 30 elements. Mandatory if cameras_ids or login aren’t 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 |
|
A successful response JSON
|
|
200 |
|
Cameras were not found JSON
|
|
401 |
|
An authorization token isn’t sent or invalid |
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|