Skip to content

API Get Specific Entry

Martin René Sørensen edited this page Sep 30, 2020 · 1 revision

GET /api/entry/{id}
If you want to get a specific entry you will just need to send a HTTP GET request with the ID of the entry you want.

Headers

None.

Content / DTO

None.

Response

{
    "id": "b29cfe0c-5d9a-49b8-9fcc-f94c1f862082",
    "sound": "0",
    "temp": "0.7831500000",
    "light": "1.0000000000",
    "humidity": "43.0000000000",
    "celsius": "25.0000000000",
    "fahrenheit": "77.0000000000",
    "kelvin": "298.1500000000",
    "token": "f2a3fbfb-912a-42ec-8c1c-7c6aec99a678",
    "created_at": "2020-09-24T13:53:58+0000",
    "updated_at": "2020-09-24T13:53:58+0000"
}