Get existing Location Context policies
Parameters
Name  | In  | Type  | Required  | Description  | 
|---|---|---|---|---|
page  | query  | string  | true  | page  | 
size  | query  | string  | true  | size  | 
Responses
Status  | Meaning  | Description  | Schema  | 
|---|---|---|---|
200  | OK  | Inline  | |
400  | Bad Request  | None  | |
401  | Unauthorized  | None  | |
403  | Access Forbidden  | None  | |
404  | Not Found  | None  | |
406  | Not Acceptable  | None  | |
429  | Too Many Requests  | None  | |
500  | Internal Server Error  | None  | 
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization
{
  "content": [
    {
      "countryPolicy": {
        "allowed": true,
        "countries": [
          "string"
        ]
      },
      "defaultPolicy": {
        "allowed": true
      },
      "description": "string",
      "id": "string",
      "ipPolicy": {
        "allowed": true,
        "ips": [
          {
            "description": "string",
            "ip": "string"
          }
        ]
      },
      "name": "string",
      "userGroupsIds": [
        "string"
      ]
    }
  ],
  "numberOfElements": 0,
  "page": 0,
  "size": 0,
  "success": true,
  "totalElements": 0,
  "totalPages": 0
}