GET /api/sensors/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "PZEM-004t",
            "brand": "Peacefair",
            "location": "Electric board - ground floor",
            "type": 3,
            "sensor_configuration": 1
        },
        {
            "id": 2,
            "name": "PZEM-004t",
            "brand": "Peacefair",
            "location": "Electric board - ground floor",
            "type": 3,
            "sensor_configuration": 1
        }
    ]
}