fetchDashboardInput

Input parameters for fetching dashboard data with filtering and pagination.

Examples

input FetchDashboardInput {
  scanId: String
  limit: Int
  orderBy: OrderBy
  dateRange: DateRangeFilter
  filters: [InventoryTypes]
  owners: [String]
  appIds: [String]
  tagIds: [String]
  isSingleRepoScan: Boolean
  apps: [String]
  orgUnits: [String]
  severities: [Int]
  categories: [Int]
  tags: [String]
  conditionalFilters: [IssuesTrendDataConditionalFilters]
}

Fields

Field
Description
Supported fields

scanId String

Specific scan identifier to retrieve data from

limit Int

Maximum number of results to return (default: 10)

orderBy OrderBy

Sorting configuration for the results

field OrderByField direction Direction

dateRange DateRangeFilter

Date range filter for organization scores (default: last 7 days)

from Float to Float

Inventory type filters for dashboard data

owners [String]

Filter by application owners

appIds [String]

Filter by specific application identifiers

tagIds [String]

Filter by tag identifiers for role-based access control

isSingleRepoScan Boolean

Whether this is a single repository scan

apps [String]

Filter by application identifiers

orgUnits [String]

Filter by organizational unit identifiers

severities [Int]

Filter by severity levels

categories [Int]

Filter by category levels

tags [String]

Filter by tag identifiers

Filter by conditional filters

References

Queries using this object:

Last updated