GET /api/zones
Gets all Environments and zone
Responses
| Code | Returns | Type |
|---|---|---|
| 200 | OK | Acos.Websak.UserAPI.Core.Models.WebsakEnvironment[] |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data |
Response Example
[{
"id":"integer",
"referenceId":"string",
"name":"string",
"zone":
{
"id": "integer",
"name": "string",
"description": "string",
"writeProtected": "boolean",
"isSensitive": "boolean",
"priority": "integer"
}
}]