get https://api.alocity.com/v1/integration-management/zone/
This endpoint is used to get a zone by its Id.
Response Payload Object
Property | Type | Description |
---|---|---|
description | string | The description of that zone. |
id | long | The Id of that zone. |
name | string | The name of that zone. |
Controlled Errors
Error Code | Error Message |
---|---|
error_zone_not_found | The zone was not found. |
Any status codes returned that are not provided here are generic status codes that can be found here.