Skip to main content

CaptureActivityOut

Photos or a note the device's worker added to one session.

kindKind (string)required

Possible values: [photos, note]

device_uuidstring<uuid>required
device_nameDevice Name (string)required
worker_nameWorker Name (string)required
session_idstring<uuid>required
countCount (integer)required
atstring<date-time>required

Latest upload or note time in the group.

CaptureActivityOut
{
"kind": "photos",
"device_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"device_name": "string",
"worker_name": "string",
"session_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"count": 0,
"at": "2024-07-29T15:51:28.071Z"
}