@shortcut/client
    Preparing search index...

    Interface Objective

    interface Objective {
        app_url?: string;
        archived?: boolean;
        categories?: CategorySlim[];
        completed?: boolean;
        completed_at?: string | null;
        completed_at_override?: string | null;
        created_at?: string;
        description?: string;
        entity_type?: "objective";
        epics?: NestedEpicSlimList;
        healths?: NestedHealthSlimList;
        id?: number;
        key_results?: NestedKeyResultSlimList;
        name?: string;
        owners?: NestedMemberSlimList;
        started?: boolean;
        started_at?: string | null;
        started_at_override?: string | null;
        state?: "done" | "in progress" | "to do";
        teams?: NestedTeamSlimList;
        updated_at?: string;
        uri?: string;
    }
    Index

    Properties

    app_url?: string

    The Shortcut application url for the Objective.

    2048

    ^https?://.+$

    archived?: boolean

    Whether the Objective is archived.

    categories?: CategorySlim[]

    The Categories associated with the Objective.

    completed?: boolean

    Whether the Objective has been completed.

    completed_at?: string | null

    The time/date the Objective was completed.

    date-time

    completed_at_override?: string | null

    A manual override for the time/date the Objective was completed.

    date-time

    created_at?: string

    The time/date the Objective was created.

    date-time

    description?: string

    The description of the Objective.

    entity_type?: "objective"

    The type of this entity.

    The Epics associated with the Objective.

    The Health updates on the Objective.

    id?: number

    The unique ID of the Objective.

    int64

    The Key Results associated with the Objective.

    name?: string

    The name of the Objective.

    512

    The Members who followers of the Doc.

    started?: boolean

    Whether the Objective has been started.

    started_at?: string | null

    The time/date the Objective was started.

    date-time

    started_at_override?: string | null

    A manual override for the time/date the Objective was started.

    date-time

    state?: "done" | "in progress" | "to do"

    The workflow state of the Objective.

    A list of Teams that this Member belongs to.

    updated_at?: string

    The time/date the Objective was last updated.

    date-time

    uri?: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$