Get page of existing applications
Parameters
Name  | In  | Type  | Required  | Description  | 
|---|---|---|---|---|
networkItemType  | query  | string  | false  | Type of the application network item  | 
page  | query  | string  | true  | page  | 
size  | query  | string  | true  | size  | 
Enumerated Values
Parameter  | Value  | 
|---|---|
networkItemType  | HOST  | 
networkItemType  | NETWORK  | 
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  | 
{
  "content": [
    {
      "config": {
        "customServiceTypes": [
          {
            "icmpType": [
              {
                "lowerValue": 0,
                "upperValue": 0,
                "value": 0
              }
            ],
            "port": [
              {
                "lowerValue": 0,
                "upperValue": 0,
                "value": 0
              }
            ],
            "protocol": "ICMP"
          }
        ],
        "serviceTypes": [
          "ANY"
        ]
      },
      "description": "string",
      "id": "string",
      "name": "string",
      "networkItemId": "string",
      "networkItemType": "HOST",
      "routes": [
        {
          "allowEmbeddedIp": true,
          "description": "string",
          "domain": "string",
          "id": "string",
          "type": "DOMAIN"
        }
      ]
    }
  ],
  "numberOfElements": 0,
  "page": 0,
  "size": 0,
  "success": true,
  "totalElements": 0,
  "totalPages": 0
}To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization