GET /api/zones

Gets all Environments and zone

Responses

Code Returns Type
200 Success WebsakEnvironment[]
401 Unauthorized ProblemDetails
Response Example
[{        
        "id":"integer",
        "referenceId":"string",
        "name":"string",
        "zone": 
            { 
               "id": "integer",
                "name": "string",
                "description": "string",
                "writeProtected": "boolean",
                "isSensitive": "boolean",
                "priority": "integer"
            }
}]