Skip to main content
GET
/
sections
Get all sections
curl --request GET \
  --url 'http://{{baseurl}}/api/v1/sections'
{
  "data": [
    {
      "id": 123,
      "section_number": 123,
      "current_temperature": 123,
      "minimum_temperature": 123,
      "current_capacity": 123,
      "minimum_capacity": 123,
      "maximum_capacity": 123,
      "warehouse_id": 123,
      "product_type_id": 123
    }
  ]
}

Response

200 - application/json

A list of sections

data
object[]
required