Workflows
The Workflows API is used to manage your site's workflows. Learn more.
Additional information about this section
Perform actions on an object
- archiveCard( )
Archives a workflow card.
- createCard( )
Creates a new workflow card.
- createPhase( )
Creates a new workflow phase.
- createWorkflow( )
Creates a new workflow.
- deleteCard( )
Deletes a workflow card by ID.
- deletePhase( )
Deletes a workflow phase.
- deleteWorkflow( )
Deletes a workflow.
- getCard( )
Retrieves a workflow card by ID.
- getPhaseInfo( )
Retrieves a phase by ID.
- getWorkflowInfo( )
Retrieves a workflow by ID.
- listCards( )
Retrieves a list of a workflow's cards.
- listPhasesInfo( )
Retrieves a list of a workflow's phases.
- listWorkflowsInfo( )
Retrieves a list of the site's workflows info.
- moveCard( )
Moves a card to a new position within a workflow.
- movePhase( )
Moves a phase to a new position with a workflow.
- restoreCard( )
Restores an archived workflow card.
- updateCardFields( )
Updates an existing workflow card.
- updatePhaseFields( )
Updates an existing workflow phase.
- updateWorkflowFields( )
Updates an existing workflow.