# Piglet Movements
# Endpoint
https://api.gestal.cloud/integration/events/piglet-movements
# The piglet movement object
Perticular constraints
Exceptionally, the src_sow attribute will be used instead of the gestal_id, as a piglet movement can involve
a pre-weaning pen (src_location attribute) which has no sow.
| Attribute | Type | Description | Pending |
|---|---|---|---|
quantity | integer | Number of piglets. | No |
src_sow | string | The sow where the piglets were taken from, matching an existing gestal_id. | No |
src_parity | integer | The sow's parity where the piglets were taken from. | No |
src_location | string | The location where the piglets were taken from. | No |
src_section | string | The section where the piglets were taken from, can be: breeding, gestation, lactation, or growing. | No |
dest_sow | string | The sow where the piglets were moved, matching an existing gestal_id. | No |
dest_parity | integer | The sow's parity where the piglets were moved. | No |
dest_location | string | The location where the piglets were moved. | No |
dest_section | string | The section where the piglets were moved, can be: breeding, gestation, lactation, or growing. | No |
sex | string | Piglet's sex. | Yes |
size | string | Piglet's size. | Yes |
litter | integer | The litter's ID. | No |
# Example Response
{
"data": [
{
"cloud_id": "epm_DDdU9JcoEd36T8Fc5QWCBgWzrVGrbSVL",
"event_id": "13144",
"event_at": "2019-12-08T00:00:00.000Z",
"event_type": "piglet_movement",
"user": "Marc",
"parity": 3,
"batch": "",
"litter": 12435,
"src_sow": "12432",
"src_location": "98678",
"src_section": "124324",
"src_parity": 3,
"dest_sow": "65376",
"dest_location": "45762",
"dest_section": "986578",
"dest_parity": 3,
"quantity": 3,
"sex": "female",
"size": "small",
"gestal_modif": 1620055329123,
"created_at": "2020-01-14T21:02:47.922Z",
"updated_at": "2020-01-14T21:02:47.926Z"
}
],
"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
}
}