The module has been designed to get survey details. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetSurveyDetails
•Request Type–
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetSurveyDetails
{
“Token”:”sdfdsavcxdgdfFD”,
“SurveyId”: 123
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | SurveyId | Int | Id of survey |
3. Response Example–
Success:
{ “Message”: ” Success”,
“SurveyTypeId”: 12,
” SurveyName”: PreChat,
” SurveyHeading”: “Prechat”,
” HeadScript”: “script”,
” FormScript”: “script”,
“SurveySubject”:”subject”,
“IsActive”: true,
” OrgId”: 59,
” SkillId”: “123”,
” IsDefault”: “True”,
” DefaultPriority”: “1”,
” IsEmailAcitve”:”false”,
” Email”:””
}
Fail:
{ “message”: ” Failed” }