This module is used to get survey question details. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetSurveyQuestionDetails
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetSurveyQuestionDetails
{
“Token”:”sdfdsavcxdgdfFD”,
“QuestionId”: 123
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | QuestionId | Int | Id of question |
3. Response Example-
Success:
{ “Message”: ” Success”,
“SurveyId”: 12,
” QuestionTypeId”: 1,
” Definition”: “Name”,
” Required”: “true”,
” textLength”: “50”,
“Visible”:”true”,
“SequenceNo”: 1
}
Fail:
{ “message”: ” Failed” }