Analysis
Query status of application code analysis
Get an overview and status of the application that was analyzed. The result will be given in JSON format.
get/apps/{id}
Path parameters
idstring required
Example:day_trader
Target application ID.
Response
Successful operation
Example response
{
"id": "day_trader",
"name": "Day Trader (WAS)",
"source": {
"github_url": "https://github.com/WASdev/sample.daytrader7.git"
},
"status": "available"
}