This API The get Run IDs call will give you the shopping summary for each respondent. If you look in the basket_summary
you will see data relating to this respondent. sku_list
is a list of all the unique SUKs in the basket.
...
hidden | true |
---|
...
allow you to chose what data set from the same respondent you would like to retrieve.
New server Endpoint (note this is different to get params_id):
...
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 } } |
respondent_encoded
is the one passed in via the respondent App url as respondent_id
blocksimply copy the run_id
is the same as present in Admin App and use this in the other API requests.
Code Block |
---|
"run_id": "run441e393357fe8624f01676c3fcf24e78b76c06c9" |
Note |
---|
Inside the target , each parameter must be set manually. The provided |
...