Interface History

A history item is a group of actions that represent a transactional change to a Story.

Hierarchy

  • History

Properties

An array of actions that were performed for the change.

changed_at: string

The date when the change occurred.

external_id?: string

The ID of the webhook that handled the change.

id: string

The ID representing the change for the story.

Format

uuid

member_id?: string

The ID of the member who performed the change.

Format

uuid

primary_id?: string | number

The ID of the primary entity that has changed, if applicable.

An array of objects affected by the change. Reference objects provide basic information for the entities reference in the history actions. Some have specific fields, but they always contain an id, entity_type, and a name.

version: "v1"

The version of the change format.

webhook_id?: string

The ID of the webhook that handled the change.

Generated using TypeDoc