Skip to content

Files

Latest commit

 

History

History
31 lines (25 loc) · 2.29 KB

Objective.md

File metadata and controls

31 lines (25 loc) · 2.29 KB

Objective

Properties

Name Type Description Notes
app_url String The Shortcut application url for the Objective. [default to nothing]
description String The Objective's description. [default to nothing]
archived Bool A boolean indicating whether the Objective has been archived or not. [default to nothing]
started Bool A true/false boolean indicating if the Objective has been started. [default to nothing]
entity_type String A string description of this resource. [default to nothing]
completed_at_override ZonedDateTime A manual override for the time/date the Objective was completed. [default to nothing]
started_at ZonedDateTime The time/date the Objective was started. [default to nothing]
completed_at ZonedDateTime The time/date the Objective was completed. [default to nothing]
name String The name of the Objective. [default to nothing]
global_id String [default to nothing]
completed Bool A true/false boolean indicating if the Objectivehas been completed. [default to nothing]
state String The workflow state that the Objective is in. [default to nothing]
started_at_override ZonedDateTime A manual override for the time/date the Objective was started. [default to nothing]
updated_at ZonedDateTime The time/date the Objective was updated. [default to nothing]
categories Vector{Category} An array of Categories attached to the Objective. [default to nothing]
id Int64 The unique ID of the Objective. [default to nothing]
key_result_ids Vector{String} The IDs of the Key Results associated with the Objective. [default to nothing]
position Int64 A number representing the position of the Objective in relation to every other Objective within the Workspace. [default to nothing]
stats *ObjectiveStats [default to nothing]
created_at ZonedDateTime The time/date the Objective was created. [default to nothing]

[Back to Model list] [Back to API list] [Back to README]