Request body:
{ "event_type": "survey_data_request", "action": "get_shop_shelf_detail_items_looked_at", "data": { "target": { "survey_id": "SURV01FPWYJF00B84Q5AXVHF25QQ8Z", "respondent_id": "preview", "block_id": "con|version_1_task_2" } } }
respondent_id
is the one passed in the respondent App url
block_id
is the same as present in Admin App
Inside the target , each parameter must be set manually. The provided by survey_id
, respondent_id
and block_id
ARE ONLY EXAMPLES.
If the specified value is invalid, response for such a request will be with code: 802 (which means: No data available for specified target)
The response with 802 code may also mean: The target is alright, but no respondent bought anything yet.