get https://api.alocity.com/v1/integration-management/sites
This endpoint is used to get all the sites on the account with their associated zones.
Response Payload Object
The response's payload will contain an array of objects containing the following values.
Property | Type | Description |
---|---|---|
description | string | The description of that site. |
id | long | The Id of that site. |
name | string | The name of that site. |
timezoneId | string | The Id of the timezone of that site. |
zones | Array of Zone objects | A list of associated zones. See below for more information. |
Zone 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. |
Any status codes returned that are not provided here are generic status codes that can be found here.