getApiSecurityInput

Input parameters for retrieving API security items with filtering and pagination.

Examples

input GetApiSecurityInput {
  scanId: String
  offset: Int
  limit: Int
  owners: [String]
  tagIds: [String]
  search: String
  filters: ApiSecFilters
  filterSearch: [AutoCompleteSearch]
  openItems: [FilterTypes]
  orderBy: ApiSecurityOrderBy
}

Fields

Field
Description
Supported fields

scanId String

Specific scan identifier to retrieve APIs from

offset Int

Number of items to skip for pagination

limit Int

Maximum number of items to return

owners [String]

Filter by application owners

tagIds [String]

Filter by tag identifiers for role-based access control

search String

Text search across API endpoints

Structured filters to apply to the API search

apps [String] titles [String] endpoints [String] methods [String] framework [String] languages [String] issueIds [String] apiId [String] source [String] severities [String] reachability [String]

Advanced search filters with autocomplete support

fieldName String value [String]

openItems [FilterTypes]

Filter for items that are currently open or active

Sorting configuration for the results

field String direction Direction

References

Queries using this object:

Last updated