Versions Compared

Key

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

...

Excerpt
hiddentrue

This API call will return a detailed basket results, both as an aggregate and detailed data. Meaning you check and verify the choices a respondent has given.

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_findability_details",
	"data": {
		"target": {
			"survey_id": "SURVT01FZD9WM6E2VXDEM8RAKZ3N1HF",
			"block_id": "findability",
			"respondent_id": "preview"
		}
	}
}

...