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

incidentMatch

Examples

type IncidentMatch {
  caseId: String!
  name: String!
  status: IncidentStatus!
  matchedValue: String!
}

Fields

Field
Description
Supported fields

caseId String!

name String!

matchedValue String!

References

Queries using this object:

Last updated