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 | |
| 500 | Error fetching data |
Response Example
[{
"id":"integer",
"name":"string",
"referenceId":"string",
"zone":
{
"description": "string",
"id": "integer",
"isSensitive": "boolean",
"name": "string",
"priority": "integer",
"writeProtected": "boolean"
}
}]