apps
List Installed Apps
List all installed apps
get/apps
Query parameters
endpointIdinteger
Endpoint ID to get apps from. If not set, get apps from the local endpoint
Endpoint ID to get apps from. If not set, get apps from the local endpoint
Response
Successful Response
Example response
[
{
"app_id": "wordpress",
"endpointId": 1,
"app_name": "wordpress",
"app_dist": "community",
"app_version": "1.0.0",
"app_official": true,
"error": "Internal Server Error",
"logs": [
"Simple log message",
{
"id": "db01ae396f16",
"status": "Installing..."
}
]
}
]