Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.69 KB

Milestone.md

File metadata and controls

26 lines (23 loc) · 1.69 KB

Milestone

Properties

Name Type Description Notes
app_url str The Shortcut application url for the Milestone.
description str The Milestone's description.
started bool A true/false boolean indicating if the Milestone has been started.
entity_type str A string description of this resource.
completed_at_override datetime A manual override for the time/date the Milestone was completed.
started_at datetime The time/date the Milestone was started.
completed_at datetime The time/date the Milestone was completed.
name str The name of the Milestone.
global_id str
completed bool A true/false boolean indicating if the Milestone has been completed.
state str The workflow state that the Milestone is in.
started_at_override datetime A manual override for the time/date the Milestone was started.
updated_at datetime The time/date the Milestone was updated.
categories list[Category] An array of Categories attached to the Milestone.
id int The unique ID of the Milestone.
position int A number representing the position of the Milestone in relation to every other Milestone within the Workspace.
stats MilestoneStats [optional]
created_at datetime The time/date the Milestone was created.

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