Versions Compared

Key

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

...

Code Block
languagejson
{
	"event_type": "survey_data_request",
	"action": "get_shop_shelf_summary_items_looked_at",
	"data": {
		"target": {
			"survey_id": "SURV01FPWYJF00B84Q5AXVHF25QQ8Z",
			      "respondent_encoded": "enc14367fa406b368698d7dfa3034bda0d005b10eea",
			"block_id": "con"
		}
	}
}

Or one can replace survey_id with survey_fixed_url. i.e.

Code Block
"survey_fixed_url": "https://live-survey-fixedurl.rose.conceptsauce.io/BITL01JK7TV1KYRH5MACMSXHR1JXQ3",

Response:

Code Block
languagejson
{
	"code": 200,
	"data": {
		"survey_id": "SURV01FPWYJF00B84Q5AXVHF25QQ8Z",
		"block_id": "con",
		"respondent_id": "null",
		"respondent_encoded": "enc14367fa406b368698d7dfa3034bda0d005b10eea",
		"items_looked_at": []
	},
	"event_type": "survey_data_request",
	"action": "get_shop_shelf_summary_items_looked_at",
	"client_msg_id": ""
}

...