curl --request GET \
--url https://{FUSION HOST}/api/webapps
[
{
"id": "<string>"
}
]
Get all entities.
curl --request GET \
--url https://{FUSION HOST}/api/webapps
[
{
"id": "<string>"
}
]
successful operation
The response is of type object[]
.
Was this page helpful?