# Weightings
# Endpoint
https://api.gestal.cloud/integration/events/weightings
# The weighting object
In addition to the common request and event attributes, the following attributes define the object.
| Attribute | Type | Description |
|---|---|---|
weight | integer | The weight in grams. |
condition | string | The sow's body condition. |
back_fat | integer | The back fat measurement in millimeters. |
# Example Response
{
"data": [
{
"cloud_id": "ew_OLQVBtaXfb2i9t2f4qV1V5zVmBQKtncq",
"gestal_id": 400,
"event_id": "1662124",
"event_at": "2019-12-18T00:00:00.000Z",
"event_type": "weighting",
"user": "Marc",
"parity": 1,
"batch": "",
"weight": 200000,
"condition": "test",
"back_fat": 2.1,
"gestal_modif": 1620055329123,
"created_at": "2020-01-14T19:50:13.195Z",
"updated_at": "2020-01-14T19:50:13.213Z"
}
],
"meta": {
"total": 1,
"page_total": 1,
"pages": 1,
"per_page": 100,
"current_page": 1,
"next_page": false,
"previous_page": false,
"first_page": true,
"last_page": true,
"out_of_range": false
}
}