This call will return the complete flow strcuture of your survey as a nested list of flow elements reflecting all layers of the logic built into the survey. You can extract block ids from the response to use with the get_block function.

get_survey_flow(survey_id)

Arguments

survey_id

the survey id

Value

A list

Examples

if (FALSE) { get_survey_flow("SV_012345678901234") }