# Removals
# Endpoint
https://api.gestal.cloud/integration/events/removals
# The removal object
In addition to the common request and event attributes, the following attributes define the object.
| Attribute | Type | Description |
|---|---|---|
reference_number | string | The reference number of the cull event. |
pre_cull | boolean | If the cull is planned or not (default to false). |
exit_date | datetime | The exit's date and time. |
exit_type | string | The type of exit, can be: cull, euthanasia, death or transfer. |
exit_cause | string | The exit's cause. |
rfid1 | integer | The first RFID tag. |
rfid2 | integer | The second RFID tag. |
# Example Response
{
"data": [
{
"cloud_id": "rem_dAJW02L7uCM29l7TFDxDgSZvigvByeWT",
"gestal_id": 48257620,
"event_id": "12345678",
"event_at": "2019-05-23T10:37:15.879Z",
"event_type": "cull",
"user": "Carlos",
"parity": 7,
"batch": "",
"reference_number": "1234",
"pre_cull": false,
"exit_date": "2019-05-23T-5:24:11.638Z",
"exit_type": "death",
"exit_cause": "sickness",
"rfid1": 6616539713,
"rfid2": 1069407799,
"gestal_modif": 1620055329123,
"created_at": "2019-05-23T14:04:13.642Z",
"updated_at": "2019-05-23T14:04:13.642Z"
}
],
"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
}
}