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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "http://benspelledabc.me/api/content_collection/LastSensorReading/86009/?format=api",
            "read_datetime": "2021-10-08T20:48:33.120482-04:00",
            "sensor_location": "Sandbox",
            "sensor_model": "ArduinoUno_InternetShield_DHT22",
            "celsius": "23.60",
            "fahrenheit": "74.48",
            "humidity": "62.80"
        },
        {
            "url": "http://benspelledabc.me/api/content_collection/LastSensorReading/86007/?format=api",
            "read_datetime": "2021-10-08T20:46:22.030015-04:00",
            "sensor_location": "Sandbox",
            "sensor_model": "ArduinoUno_InternetShield_DHT22",
            "celsius": "23.60",
            "fahrenheit": "74.48",
            "humidity": "62.80"
        },
        {
            "url": "http://benspelledabc.me/api/content_collection/LastSensorReading/86004/?format=api",
            "read_datetime": "2021-10-08T20:42:35.611613-04:00",
            "sensor_location": "Sandbox",
            "sensor_model": "ArduinoUno_InternetShield_DHT22",
            "celsius": "24.10",
            "fahrenheit": "75.38",
            "humidity": "61.60"
        },
        {
            "url": "http://benspelledabc.me/api/content_collection/LastSensorReading/86003/?format=api",
            "read_datetime": "2021-10-08T20:42:20.404957-04:00",
            "sensor_location": "Sandbox",
            "sensor_model": "ArduinoUno_InternetShield_DHT22",
            "celsius": "24.10",
            "fahrenheit": "75.38",
            "humidity": "61.80"
        }
    ]
}