Survey
Service to fetch equipment configuration surveys
Last updated
Was this helpful?
Service to fetch equipment configuration surveys
Last updated
Was this helpful?
Was this helpful?
GET /api/equipment/surveys/** HTTP/1.1
Host:
Accept: */*
{
"metadata": {
"exchangeId": "text",
"timeStamps": "text"
},
"questionAnswerGroup": {
"id": 1,
"questionAnswerSets": {
"ANY_ADDITIONAL_PROPERTY": [
{
"answers": [
{
"answer": "text",
"id": 1,
"selected": true
}
],
"children": "[Circular Reference]",
"conditionalOnAnswer": 1,
"id": 1,
"isHidden": true,
"question": "text",
"required": true,
"selectedAnswer": 1,
"sendToMerchantApp": true,
"tags": [
{
"group": "text",
"name": "text"
}
],
"type": "text"
}
]
},
"questionAreas": "text"
}
}