Versions Compared

Key

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

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
languagejson
{
	"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"
		}
	}
}

...