Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
	"reason": null,
	"code": 200,
	"data": {
		"data_complete": true,
		"survey_id": "SURV01FPWYJF00B84Q5AXVHF25QQ8ZSURV01FNR7YQ7T01GJACN4P90ZCBRG",
		"block_id": "conshelf",
		"respondent_id": "null",
		"respondent_encoded": "enc14367fa406b368698d7dfa3034bda0d005b10eea",
		"run_id": null,
		"exercise_duration": 17759.0,
		"basket_summary": {
			"total_unique_sku": 02,
			"total_value": 055.0,
			"sku_list": "W23, W08"
		}
	},
	"event_type": "survey_data_request",
	"action": "get_shop_shelf_summary_purchases",
	"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

...