...
Excerpt | ||
---|---|---|
| ||
This API call will give you the shopping summary for each respondent. If you look in the |
New server Endpoint (note this is different to get params_id):
Code Block |
---|
https://public-survey-data-api.rose.conceptsauce.io/api |
Request body:
Code Block | ||
---|---|---|
| ||
{ "event_type": "survey_data_request", "action": "get_shop_shelf_summary_purchases", "data": { "target": { "survey_id": "SURV01FNR7YQ7T01GJACN4P90ZCBRG", "respondent_id": "preview", "block_id": "shelf" } } } |
...