Planfix API: System task statuses: Difference between revisions

From Planfix
Jump to: navigation, search
Line 30: Line 30:
== 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]]

Revision as of 10:19, 15 March 2024

{{#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:

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