List Devices
GET/api/v1/devices/
List devices based on user's workspace role (PRD §4).
- Managers/owners: See all workspace devices
- Field workers: See only their own device
Args: is_active: Filter by device active status include_geofences: Include in_geofence_ids for each device (default False, opt-in for dashboard)
Request
Responses
- 200
- 401
- 403
- 404
- 422
OK
Unauthorized
Forbidden
Not Found
Validation Error