Attributes of a case view, including the filter query and optional notification rule.

Hierarchy

  • CaseViewAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: Date

Timestamp when the view was created.

modifiedAt?: Date

Timestamp when the view was last modified.

name: string

A human-readable name for the view, displayed in the Case Management UI.

npRuleId?: string

The identifier of a notification rule linked to this view. When set, users subscribed to the view receive alerts for matching cases.

query: string

The search query that determines which cases appear in this view. Uses the same syntax as the Case Management search bar (for example, status:open priority:P1).

Generated using TypeDoc