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.
bool paginate – enables pagination in the response. If set to a positive value, the response will include paginated results.
int page – the page number to return.
Applied only if paginate is enabled with a positive value.
int per_page – the number of items per page.
Defaults to 25. Applied only if paginate is enabled with a positive value.
|
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
|