applicationsResponse

Response structure for application queries, containing a list of applications and metadata about the query results including pagination information and totals.

Examples

type ApplicationsResponse {
  applications: [Application]
  offset: Int
  total: Int
  totalFilteredApps: Int
  showHistoricalTrend: Boolean
  totalIrrelevantApps: Int
  selectedPosition: Int
  topOffset: Int
}

Fields

Field
Description
Supported fields

applications [Application]

List of applications matching the query criteria

id String appId String repoName String appName String branch String branchesCount Int branchesToScan [String] businessPriority Float codeChanges Int commitCount Int committersCount Int createdAt String creator String daysSinceLastCodeChange Int daysSinceRepoCreation Int deployedProd Boolean filesCount Int forksCount Int hasDownloads Boolean hasPackageContainers Boolean headSha String irrelevantReasons [String] languages [Language] lastCodeChange String new Boolean overrideRelevance String overridePriority Int originalBusinessPriority Float publicVisibility Boolean pullCount Int pushCount Int relevant Boolean risk Float scanId String scannedAt Float secInfrastructure [ServerSecurityInfraItem] securityPosture Float appType String appSubtype String size Float tagsCount Int type String updated Boolean userCount Int version String violationCount Int watchersCount Int yamlsCount Int scoreHistory [ScoreHistoryItem] applicationFlows ApplicationFlow isSbomPresent Boolean appOwners [OwnerInfo] offset Int improvement Float fakeApp Boolean link String branchLink String issues Int categories [AppCategories] toolsCoverage [AppToolCoverage] pipeline Pipeline isPipelineConfigured String organization String repoRealName String repoId String pipelineScans Int issuesBySeverity Severities pkgManagers [String] sbomCount Int isMonoRepoChild Boolean monoRepoParent String monorepoChildrenCount Int monorepoChildrenAppIds [String] tags [AppTag] dockerfiles [Dockerfile] severityChangedReason [ApplicationSeverityChangedReason] apiInventoriesTotal Int credentialsId String oxInPipeline String oxInPipelineDescription String primaryAppReason String primaryApp Boolean matchedProjects [MatchedProjects] toolName String createdAtOx String irrelevantDate String prevFullScanDate String prevFullScanId String lastFullScanDate String lastFullScanId String isFullScan Boolean appClassification [String]

offset Int

Number of records skipped in the result set

total Int

Total number of applications in the system

totalFilteredApps Int

Number of applications matching the current filter criteria

showHistoricalTrend Boolean

Indicates if historical trend data is available

totalIrrelevantApps Int

Total count of applications marked as irrelevant

selectedPosition Int

Current position in the paginated result set

topOffset Int

Offset value used for top-level pagination

References

Queries using this object:

Last updated