Interface TypedStoryLink

The type of Story Link. The string can be subject or object.

Hierarchy

  • TypedStoryLink

Properties

created_at: string

The time/date when the Story Link was created.

Format

date-time

entity_type: string

A string description of this resource.

id: number

The unique identifier of the Story Link.

Format

int64

object_id: number

The ID of the object Story.

Format

int64

subject_id: number

The ID of the subject Story.

Format

int64

subject_workflow_state_id: number

The workflow state of the "subject" story.

Format

int64

type: string

This indicates whether the Story is the subject or object in the Story Link.

updated_at: string

The time/date when the Story Link was last updated.

Format

date-time

verb: string

How the subject Story acts on the object Story. This can be "blocks", "duplicates", or "relates to".

Generated using TypeDoc