# Sow Movements
# Endpoint
https://api.gestal.cloud/integration/events/sow-movements
# The sow movement object
In addition to the common request and event attributes, the following attributes define the object.
| Attribute | Type | Description |
|---|---|---|
src_location | string | The source location. |
src_section | string | The source section. |
dest_location | string | The destination location. |
dest_section | string | The destination section. |
# Example Response
{
"data": [
{
"cloud_id": "esm_C8tnc8MayytNKopknTTW7EndofIWqAIr",
"gestal_id": 48257620,
"event_id": "10293847",
"event_at": "2019-05-23T10:37:15.879Z",
"event_type": "sow_movement",
"user": "Carlos",
"parity": 0,
"batch": "0",
"src_location": "Location A",
"src_section": "Section A",
"dest_location": "Location B",
"dest_section": "Section B",
"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
}
}