Response
200 - application/json
A list of 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
}
]
}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
}
]
}A list of sections
Show child attributes