Skip to content

Case

Defines a case within a channel.

Capabilities

Assignment and Deadlines

  • Case.AssignedAt: Gets the date and time when the case was assigned.
  • Case.AssignedTo: Gets or sets the identity of the user to whom the case is assigned.
  • Case.DeadlineAt: Gets or sets the deadline date and time for the case.
  • Case.Assign: Assigns the case to the specified identity.

Details

Lifecycle and Scheduling

Audit

Classification and Tracking

  • Case.AddLink: Adds a link to the specified case, marking it as related.
  • Case.Copy: Creates a new copy of the current case.
  • Case.GetMessages: Gets an array of message IDs that were sent on this case.
  • Case.GetWorkItems: Gets an array of work items that were started on this case.

Messaging

  • Case.Reply: Sends a message attached to the case.