Path Parameters
The app ID.
Response
200 - application/json
successful operation
curl --request GET \
--url https://{FUSION HOST}/api/apps/{id}
{
"id": "<string>"
}
Fetch an app by its ID. The response is the app’s complete configuration in JSON.
curl --request GET \
--url https://{FUSION HOST}/api/apps/{id}
{
"id": "<string>"
}
The app ID.
successful operation
Was this page helpful?