Home
Webex
Webex Listsurveyresultsbymeetingid Example
Webex Listsurveyresultsbymeetingid Example
Calling Collaboration Communication Enterprise Messaging Video Conferencing
Webex Listsurveyresultsbymeetingid Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "listSurveyResultsByMeetingId",
"method": "GET",
"path": "/meetings/{meetingId}/surveyResults",
"summary": "List Meeting Survey Results",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json;charset=UTF-8",
"example": {
"items": [
{
"id": "01c98ac1-e741-4bc1-b92b-6eb42f66caea",
"surveyName": "Webinar User Experience Survey",
"meetingId": "870f51ff287b41be84648412901e0402",
"email": "kingu1@example.com",
"displayName": "kingu1",
"createTime": "2022-07-06T14:13:06Z",
"questions": [
{
"id": 3388057,
"question": "First text question",
"type": "text",
"answers": [
{
"optionId": 1,
"answer": "yes"
}
]
},
{
"id": 3388062,
"question": "Second text question",
"type": "text",
"answers": [
{
"optionId": 1,
"answer": "no"
}
]
},
{
"id": 3388067,
"question": "like rating",
"type": "rating",
"answers": [
{
"optionId": 1,
"answer": "4"
}
]
},
{
"id": 3388072,
"question": "check box question",
"type": "checkbox",
"answers": [
{
"optionId": 2,
"answer": "Answer 2"
},
{
"optionId": 3,
"answer": "Answer 3"
},
{
"optionId": 4,
"answer": "Answer 4"
}
]
},
{
"id": 3388077,
"question": "dropdown list question",
"type": "singleDropdown",
"answers": [
{
"optionId": 2,
"answer": "Answer 2"
}
]
},
{
"id": 3388082,
"question": "radio button question",
"type": "singleRadio",
"answers": [
{
"optionId": 3,
"answer": "Answer 3"
}
]
}
]
}
]
}
}
]
}