Cаmera management
Controlling User Cameras
Synchronizes the user's cameras according to their login.
{
"login": "test@mail.com",
"camera_ids": [
1,
2,
3
],
"camera_external_ids": [
26,
"27",
28
],
"public_group_external_ids": [
7
],
"private_group_external_ids": [
{
"key": "test",
"group_external_id": 8
}
]
}
POST /api/v1/billing/user/manage/cameras |
Parameters
string
login, User login
array
camera_ids, List of camera IDs from the VMS database
array
camera_external_ids, List of camera identifiers that were specified when creating the camera
array
public_group_external_ids, List of IDs of public camera groups
array
private_group_external_ids, List of identifiers of private camera groups
204 |
Successful response |
422 |
Returns a JSON object with an error.
JSON
|