...
Code Block |
---|
|
{
"event_type": "respondent_info",
"action": "get_all_run_ids",
"data": {
"survey_id": "SURVT01HDR447ZZSYCF70PJDK9RA4XA",
"respondent_encoded": "encfeafe1ee6c2bbae0c34af39c88e9eec09bf25e1e"
}
} |
Or one can replace survey_id
with survey_fixed_url
. i.e.
Code Block |
---|
|
"survey_fixed_url": "https://live-survey-fixedurl.rose.conceptsauce.io/BITL01JK7TV1KYRH5MACMSXHR1JXQ3", |
Response:
Code Block |
---|
|
{
"reason": null,
"code": 200,
"data": {
"survey_id": "SURVT01HDR447ZZSYCF70PJDK9RA4XA",
"respondent_encoded": "encfeafe1ee6c2bbae0c34af39c88e9eec09bf25e1e",
"all_run_ids": [
"run441e393357fe8624f01676c3fcf24e78b76c06c9",
"runc2d336e1f6e4845406931f9d6fbdff452f4a394a"
]
},
"event_type": "respondent_info",
"action": "get_all_run_ids",
"client_msg_id": "",
"platform_status": {
"status": "running",
"shut_down_timestamp": 0
}
} |
...