Planfix API: System task statuses: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with "{{#seo: |title=Planfix API: System task statuses |titlemode=append |keywords=planfix, System Task Statuses, statuses, tasks, api |description=System task statuses in api List of system values for the '''status''' parameter in tasks: {| class="wikitable" style="margin-top: 1em; width:100% " !Value !! Description !! Note |- |'''DRAFT''' ||Draft || valid status when creating |- |'''ACTIVE''' ||Active but not yet accepted || valid status when creating |- |'''ACCEPTED''' ||A...")
 
No edit summary
 
(2 intermediate revisions 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]]
*[[Error codes XML API v1|Error codes]]
*[[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