...
Code Block | ||
---|---|---|
| ||
{ "reason": null, "code": 200, "data": { "survey_id": "SURVT01FZD9WM6E2VXDEM8RAKZ3N1HF", "block_id": "findability", "respondent_id": "preview", "data_complete": true, "findability_details": { "correct_product_found": true, "correct_product_found_at_attempt": 2, "exercise_duration": 8589.0, "exercise_duration_excluding_dialogs": 4230.0, "max_attempts": 3, "target_sku": [ "a9300605002593" ], "selected_products": [ { "sku": "a9300633353315", "default_side": "front", "measure": "560g", "name": "Woolworths Select Max Charge", "price_per": "", "price": "4", "size": [ 0.232, 0.315, 0.077 ], "reference_shelf": "1", "bay_id": "1", "zone": "Default_zone", "relative_selection_time": 3241.0, "absolute_duration": 2892.0 }, { "sku": "a9300605002593", "default_side": "front", "measure": "350g", "name": "Nestle Milo", "price_per": "", "price": "4.99", "size": [ 0.188, 0.282, 0.056 ], "reference_shelf": "1", "bay_id": "1", "zone": "Default_zone", "relative_selection_time": 8589.0, "absolute_duration": 1338.0 } ] } }, "event_type": "survey_data_request", "action": "get_findability_details", "client_msg_id": "" } |
respondent_idencoded
is the one passed in the respondent App URLurl as respondent_id
and is retrieved using the Get Respondent Encoded ID step.
block_id
is the same as present in Admin App
...