@shortcut/client
    Preparing search index...

    Interface Project

    The entity for this response.

    interface Project {
        abbreviation?: string | null;
        app_url?: string;
        archived?: boolean;
        color?: string | null;
        created_at?: string;
        days_to_thermometer?: number | null;
        description?: string | null;
        entity_type?: "project";
        external_id?: string | null;
        followers?: NestedMemberSlimList;
        id?: number;
        iteration_length?: number;
        name?: string;
        show_thermometer?: boolean;
        start_time?: string | null;
        stories?: NestedStorySlimList;
        updated_at?: string;
        uri?: string;
        workflow?: WorkflowSlim | null;
    }
    Index

    Properties

    abbreviation?: string | null

    The Project's abbreviation.

    app_url?: string

    The Shortcut application url for the Project.

    2048

    ^https?://.+$

    archived?: boolean

    True if the Project has been archived.

    color?: string | null

    The hex color assigned to the Project.

    created_at?: string

    The time/date the Project was created.

    date-time

    days_to_thermometer?: number | null

    The number of days before the thermometer is shown.

    int64

    description?: string | null

    The description of the Project.

    entity_type?: "project"

    The type of this entity.

    external_id?: string | null

    The external ID for the Project, set when imported from another tool.

    The Members who followers of the Doc.

    id?: number

    The unique ID of the Project.

    int64

    iteration_length?: number

    The number of weeks per iteration in this Project.

    int64

    name?: string

    The name of the Project.

    show_thermometer?: boolean

    Whether the thermometer is shown for this Project.

    start_time?: string | null

    The date at which the Project was started.

    date-time

    A list of Stories associated with this Project.

    updated_at?: string

    The time/date the Project was last updated.

    date-time

    uri?: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$

    workflow?: WorkflowSlim | null

    The default Workflow for the Workspace the caller is authenticated against.