/
Virtual Shelf
Virtual Shelf
Before we begin, we need to get the Survey id from the Param id. Or one can replace survey_id
with survey_fixed_url
. i.e.
"survey_fixed_url": "https://live-survey-fixedurl.rose.conceptsauce.io/BITL01JK7TV1KYRH5MACMSXHR1JXQ3",
Thus you can skip this step if using the survey_fixed_url
method.
First we send this object to the server end point:
https://better-params-api.rose.conceptsauce.io/api
We place the param_id
in this object, we get the param_id
from the published URL:
{
"event_type": "params_crud",
"action": "get_params",
"data": {
"params_id": "PRMS01G027YJBWQ4RE9RMBNJJ73YJ1"
}
}
The response will give you the survey_id
, this is then used in the API calls:
{
"code": 200,
"data": {
"params": {
"survey_id": "SURVT01G027YJ46E7575APG7X1J8XPV",
"state": "test",
"survey_type": "test",
"respondent_token": "RESP01G027YJA08A0X7QRAN4B8NXCW"
}
},
"event_type": "params_crud",
"action": "get_params",
"client_msg_id": ""
}
In the response above, we copy the survey_id
and then use this in all the requests for all the other API calls below.
, multiple selections available,
Related content
get_conjoint_shelf_version_summary
get_conjoint_shelf_version_summary
Read with this
API testing with Insomnia
API testing with Insomnia
Read with this
Photography Guidelines
Photography Guidelines
More like this
Using Macro in Excel to match SKUs and Images
Using Macro in Excel to match SKUs and Images
More like this
get_findability_details
get_findability_details
Read with this
©2020 ConceptSauce ltd / For further help please contact us directly on Team@conceptsauce.io