BatchExportBody
items object[]required
List of export items. Each item has its own camera and time range.
Possible values: >= 1, <= 50
Array [
cameraCamera name (string)required
start_timeStart time (number)required
end_timeEnd time (number)required
image_path object
Optional existing image to use as the export thumbnail
- string
- null
string
null
friendly_name object
Optional friendly name for this specific export item
- string
- null
string
Possible values: <= 256 characters
null
client_item_id object
Optional opaque client identifier echoed back in results
- string
- null
string
Possible values: <= 128 characters
null
]
export_case_id object
Existing export case ID to assign all exports to. Attaching to an existing case is temporarily admin-only until case-level ACLs exist.
- string
- null
string
Possible values: <= 30 characters
null
new_case_name object
Name of a new export case to create when export_case_id is omitted
- string
- null
string
Possible values: <= 100 characters
null
new_case_description object
Optional description for a newly created export case
- string
- null
string
null
BatchExportBody
{
"items": [
{
"camera": "string",
"start_time": 0,
"end_time": 0,
"image_path": "string",
"friendly_name": "string",
"client_item_id": "string"
}
],
"export_case_id": "string",
"new_case_name": "string",
"new_case_description": "string"
}