Interface IterationSlim

IterationSlim represents the same resource as an Iteration, but is more light-weight. Use the Get Iteration endpoint to fetch the unabridged payload for an Iteration.

Hierarchy

  • IterationSlim

Properties

app_url: string

The Shortcut application url for the Iteration.

associated_groups: IterationAssociatedGroup[]

An array containing Group IDs and Group-owned story counts for the Iteration's associated groups.

created_at: string

The instant when this iteration was created.

Format

date-time

end_date: string

The date this iteration begins.

Format

date-time

entity_type: string

A string description of this resource

follower_ids: string[]

An array of UUIDs for any Members listed as Followers.

global_id: string
group_ids: string[]

An array of UUIDs for any Groups you want to add as Followers. Currently, only one Group association is presented in our web UI.

group_mention_ids: string[]

An array of Group IDs that have been mentioned in the Story description.

id: number

The ID of the iteration.

Format

int64

label_ids: number[]

An array of label ids attached to the iteration.

labels: Label[]

An array of labels attached to the iteration.

member_mention_ids: string[]

An array of Member IDs that have been mentioned in the Story description.

mention_ids: string[]

Deprecated: use member_mention_ids.

name: string

The name of the iteration.

start_date: string

The date this iteration begins.

Format

date-time

A group of calculated values for this Iteration.

status: string

The status of the iteration. Values are either "unstarted", "started", or "done".

updated_at: string

The instant when this iteration was last updated.

Format

date-time

Generated using TypeDoc