A saved case view that provides a filtered, reusable list of cases matching a specific query. Views act as persistent dashboards for monitoring case subsets.

Hierarchy

  • CaseView

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
attributes: CaseViewAttributes

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

id: string

The view's identifier.

relationships?: CaseViewRelationships

Related resources for the case view, including the creator, last modifier, and associated project.

JSON:API resource type for case views.

Generated using TypeDoc