Camera List
Camera Management API
Manage monitoring cameras installed at railway stations.
**Actions:**
- List all cameras
- Create new camera
- Retrieve camera details
- Update camera
- Delete camera
- Update camera status
- Health check
- Get dustbins monitored by camera
- List online/offline cameras
GET /api/v1/cameras/?ordering=station
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "Platform 1 Camera",
"station": 1,
"station_name": "Kamlapur Railway Station",
"status": "active",
"is_enabled": true,
"last_capture_at": null
}
]
}