# Locations

Locations resources represent data around sow identity or state and are essentially the central nodes for most resources.

# Endpoint

https://api.gestal.cloud/integration/locations

# Parameters

Basic parameters and queries are supported.

# The location object

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

Attribute Type Description
name string The location name.
section string The section of the location, must be:
breeding, gestation, lactation, or growing.
location_type string The type of location, can be:
farrowing, pre_weaning, pen, station or stall.
device_type string The type of Gestal feeder in the location, can be:
serial, f2, xm, solo, 3g, hd, quattro, evo or none.
area integer The area of the location in cm2.
number_of_devices integer The number of devices in the location.

# Example Response

{
  "cloud_id": "loc_urDVrc4HjEBZsxVe1xQJMq6LyYBCPcNW",
  "name": "101",
  "section": "lactation",
  "device_type": "quattro",
  "area": 73210,
  "number_of_devices": 1,
  "created_at": "2001-01-01T01:01:01.000Z",
  "updated_at": "2001-01-01T01:01:01.000Z"
}
Last Updated: 5/4/2026, 1:43:31 PM