List Applications - V2

List Applications V2

Lists applications that belong to this organization.

Returns a new style paginated list of Applications.

ParameterDefaultDescription
orgId""The org id that these applications belong to.
applications[]List of applications.
totalCount0Total number of applications in the results.
currentPage{}The current page.
hasNextfalseWhether or not there is a next page.
nextPage{}
nextPageToken""
hasPrevfalseWhether 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.

ParameterDefaultDescription
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 are ACTIVE and ENV_INCOMPLETE.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!