For the complete documentation index, see llms.txt. This page is also available as Markdown.

getIncidentsInput

Examples

input GetIncidentsInput {
  search: String
  statuses: [IncidentStatus!]
  severities: [IncidentSeverity!]
  types: [IncidentType!]
  owners: [String!]
  isOxDeclared: Boolean
  createdFrom: DateTime
  createdTo: DateTime
  conditionalFilters: [IncidentConditionalFilterInput!]
  sortBy: IncidentSortField
  sortOrder: SortOrder
  limit: Int
  offset: Int
}

Fields

Field
Description
Supported fields

search String

owners [String!]

isOxDeclared Boolean

createdFrom DateTime

createdTo DateTime

fieldName String! values [String!]! condition IncidentFilterCondition!

sortOrder SortOrder

limit Int

offset Int

References

Queries using this object:

Last updated