{
  "response": {
    "data": [
      {
        "appId": "string",
        "consumable": true,
        "deletable": false,
        "id": "string",
        "modifiable": false,
        "name": "string",
        "objectDescription": "string",
        "protection": false,
        "protectionType": "STANDBY"
      },
      {
        "appId": "string",
        "consumable": true,
        "deletable": true,
        "id": "string",
        "modifiable": false,
        "name": "string",
        "objectDescription": "string",
        "protection": false,
        "protectionType": "UNKNOWN"
      },
      {
        "appId": "string",
        "consumable": false,
        "deletable": true,
        "id": "string",
        "modifiable": true,
        "name": "string",
        "objectDescription": "string",
        "protection": true,
        "protectionType": "PRIMARY"
      },
      {
        "appId": "string",
        "consumable": true,
        "deletable": false,
        "id": "string",
        "modifiable": false,
        "name": "string",
        "objectDescription": "string",
        "protection": true,
        "protectionType": "STANDBY"
      }
    ],
    "endRow": 10,
    "startRow": 3,
    "status": 4,
    "totalRows": 1
  }
}