GET
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
curl --request GET \
  --url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app
{
  "data": [
    {
      "appId": "ad349e91-3e4c-44bb-9278-fc5bb80239b5",
      "name": "minimal"
    },
    {
      "appId": "cb692760-9786-44c3-b040-019bec5a1b77",
      "name": "my-app"
    }
  ],
  "meta": {
    "page": 1,
    "size": 2,
    "totalPages": 1
  }
}

Response

200 - application/json

list of apps associated with a big peer instance

The response is of type object.