@shortcut/client
    Preparing search index...

    Interface Iteration

    interface Iteration {
        app_url?: string;
        associated_teams?: NestedTeamSlimList;
        created_at?: string;
        description?: string | null;
        end_date?: string;
        entity_type?: "iteration";
        followers?: NestedMemberSlimList;
        id?: number;
        labels?: NestedLabelSlimList;
        mentioned_members?: NestedMemberSlimList;
        mentioned_teams?: NestedTeamSlimList;
        name?: string;
        start_date?: string;
        stories?: NestedStorySlimList;
        teams?: NestedTeamSlimList;
        updated_at?: string;
        uri?: string;
    }
    Index

    Properties

    app_url?: string

    The Shortcut application url for the Iteration.

    2048

    ^https?://.+$

    associated_teams?: NestedTeamSlimList

    A list of Teams that this Member belongs to.

    created_at?: string

    The time/date the Iteration was created.

    date-time

    description?: string | null

    The description of the Iteration.

    end_date?: string

    The end date of the Iteration (ISO 8601 date format, e.g. '2024-01-15').

    entity_type?: "iteration"

    The type of this entity.

    The Members who followers of the Doc.

    id?: number

    The unique ID of the Iteration.

    int64

    A list of labels attached to the Story.

    mentioned_members?: NestedMemberSlimList

    The Members who followers of the Doc.

    mentioned_teams?: NestedTeamSlimList

    A list of Teams that this Member belongs to.

    name?: string

    The name of the Iteration.

    start_date?: string

    The start date of the Iteration (ISO 8601 date format, e.g. '2024-01-01').

    A list of Stories associated with this Project.

    A list of Teams that this Member belongs to.

    updated_at?: string

    The time/date the Iteration was last updated.

    date-time

    uri?: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$