This call allows only limited action on a flow element. It allows only to update the type of a flow element as well as its id. Such functionalities are useful only if you have a detailing understanding of the whole structure of Qualtrics surveys, which is best understood spending time understanding exported qsf files.
update_flow_element(survey_id, flow_id, new_flow_id, flow_type)
survey_id | the survey id |
---|---|
flow_id | the flow element id |
new_flow_id | the new flow id |
flow_type | the flow element type (see docs for available types) |
A list