List Capture Activity
GET/api/v1/devices/captures
Recent photos and notes that workers added to their shifts, for activity feeds.
One item per session and kind: photos counts the images the device's user
uploaded in the window, note the notes they wrote or last edited in it.
Uploads and notes by anyone else (a manager annotating a shift) are left out,
so every item reads as the worker's own activity. Newest at first;
has_more is true when more than limit groups matched.
Role scoping is the same as GET /devices/photos: field workers see their own devices, managers and owners every workspace device. Naive datetimes are UTC.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error