Reassign Opening to Different Workflow (Alpha)
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
destination_workflow_id
string
required
destination_workflow_title
string | null
required
run_landing_actions
boolean
required
truefalse
source_opening_id
string
required
stage_mappings
array of objects | null
required
stage_mappings* ADD object
``200
Workflow reassignment successful
``401 Unauthorized
``403
Forbidden
Updated3 months ago
ShellNodeRubyPHPPython
``
xxxxxxxxxx
curl --request POST
--url https://api.fountain.com/api/v2/openings/workflow_reassignment
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"run_landing_actions": true
}
'
``
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``401
Updated3 months ago