Skip to main content

CaptureActivityListOut

captures object[]required
  • Array [
  • 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.

  • ]
  • has_moreHas More (boolean)required
    CaptureActivityListOut
    {
    "captures": [
    {
    "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"
    }
    ],
    "has_more": true
    }