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