GET
/
zone
/
:id
Get zone by ID
curl --request GET \
  --url http://localhost:8080/zone/:id \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "temperature_range_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Zone ID

Response

Successfully retrieved zone

The response is of type object.