v1

latestOpenAPI 3.0.3Apache Public License 2.02026-07-1751311.1 KB
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

idstring required

Unique key for identifying each app.

namestring
status'available' | 'pending' | 'none' required

Example response

{
  "id": "day_trader",
  "name": "Day Trader (WAS)",
  "source": {
    "github_url": "https://github.com/WASdev/sample.daytrader7.git"
  },
  "status": "available"
}