Planfix API: System task statuses: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
|keywords=planfix, System Task Statuses, statuses, tasks, api
|keywords=planfix, System Task Statuses, statuses, tasks, api
|description=System task statuses in api
|description=System task statuses in api
}}


List of system values for the '''status''' parameter in tasks:
List of system values for the '''status''' parameter in tasks:
Line 30: Line 31:
== Go To ==
== Go To ==
*[[Planfix API task.changeStatus]]
*[[Planfix API task.changeStatus]]
*[[Planfix API: Tasks]]
*[[Planfix API:Tasks]]
*[[Error codes XML API v1|Error codes]]
*[[Error codes XML API v1|Error codes]]
*[[List of functions]]
*[[List of functions]]

Latest revision as of 10:39, 22 March 2024

List of system values for the status parameter in tasks:

Value Description Note
DRAFT Draft valid status when creating
ACTIVE Active but not yet accepted valid status when creating
ACCEPTED Accepted / In progress
COMPLETED Completed
DELAYED On hold valid status when creating
REJECTED Declined
DONE Ready for review
CANCELED Canceled


Go To