get https://api.stackhawk.com/api/v2/org//apps
List Applications V2
Lists applications that belong to this organization.
Returns a new style paginated list of Applications.
| Parameter | Default | Description |
|---|---|---|
| orgId | "" | The org id that these applications belong to. |
| applications | [] | List of applications. |
| totalCount | 0 | Total number of applications in the results. |
| currentPage | {} | The current page. |
| hasNext | false | Whether or not there is a next page. |
| nextPage | {} | |
| nextPageToken | "" | |
| hasPrev | false | Whether or not there is a previous page. |
| prevPage | {} | |
| prevPageToken | "" |
Application
Applications group scan results from HawkScan, and coordinate settings to influence HawkScan behavior. The application may also contain a specific environment name and id. For more information, see Applications.
| Parameter | Default | Description |
|---|---|---|
| applicationId | "" | The UUID identifier of this application. |
| name | "" | The name of this application. |
| env | "" | The name of this environment. Only set when requesting Application Environments. |
| envId | "" | The UUID identifier of this environment. |
| applicationStatus | "ACTIVE" | The status of this application. Either ACTIVE or ENV_INCOMPLETE. |
| organizationId | "" | The UUID identifier of the organization that owns this application. |
| applicationType | "STANDARD" | The type of this application. |
| cloudScanTarget | {} | Optional Cloud Scan Target configuration. |
The returned list of applications is filtered by the organization id and User's API Token Team membership.
Filter Query Params
query: A string to filter applications by name.appIds: A comma-separated list of application uuids to filter by.teamIds: A comma-separated list of team uuids to filter by.applicationStatus: A comma-separated list of application statuses to filter by. Possible values areACTIVEandENV_INCOMPLETE.
