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": "get_data_request",
  "action": "get_conjoint_shelf_version_summary",
  "data": {
    "target": {
      "survey_id": "SURV01FPWYJF00B84Q5AXVHF25QQ8Z",
      "block_id": "con",
      "version_id": "1"
    }
  }
}

...