Path Parameters
The webapp ID.
Response
200 - application/json
successful operation
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
Was this page helpful?