Represents a user who is subscribed to notifications for a case. Watchers receive updates when the case's status, priority, assignee, or comments change.

Hierarchy

  • CaseWatcher

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
id: string

The primary identifier of the case watcher.

Relationships for a case watcher, linking to the underlying user resource.

JSON:API resource type for case watchers.

Generated using TypeDoc