# Heats

# Endpoint

https://api.gestal.cloud/integration/events/heats

# The heat object

In addition to the common request and event attributes, the following attributes define the object.

Attribute Type Description
quality string The quality level of the observed heat.

# Example Response

{
  "data": [
    {
      "cloud_id": "eh_TIhxyTpv7rkuIvSq6vZfTgg3LW7Nkp64",
      "gestal_id": 3452,
      "event_id": "8765445679",
      "event_at": "2019-11-15T05:35:52.000Z",
      "event_type": "heat",
      "user": "Roger",
      "parity": 2,
      "batch": "",
      "quality": "pretty hot",
      "gestal_modif": 1620055329123,
      "created_at": "2019-12-19T15:37:11.381Z",
      "updated_at": "2020-01-20T20:43:42.142Z"
    }
  ],
  "meta": {
    "total": 9,
    "page_total": 1,
    "pages": 9,
    "per_page": 1,
    "current_page": 1,
    "next_page": 2,
    "previous_page": false,
    "first_page": true,
    "last_page": false,
    "out_of_range": false
  }
}

Last Updated: 5/28/2025, 11:11:50 AM