Skip to main content
GET
/
webapps
/
{id}
Get a webapp
import requests

url = "https://{FUSION HOST}/api/webapps/{id}"

response = requests.get(url)

print(response.json())
{
  "id": "<string>"
}

Path Parameters

id
string
required

The webapp ID.

Response

200 - application/json

successful operation

id
string