ICE Chat API

GetSurveyList

The module has been designed to get survey list. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/GetSurveyList

 

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

GetSurveyList

{

 “Token”:”sdfdsavcxdgdfFD”,

 “OrganizationID”: 59,

 “SurveyTypeId”:12

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationID Int Id of organization
3 SurveyTypeId Int Id of survey type

3. Response Example

Success:

{ “Message”: ” Success”,

“SurveyList”:

[{” SurveyId”: 123,

” SkillName”: “Skill1″,

” SurveyName”: “PreChat1″,

” Description”: “Desc1″},

{” SurveyId”: 456,

” SkillName”: “Skill2″,

” SurveyName”: “PreChat2″,

” Description”: “Desc2”}] }

Fail:

{ “message”: ” Failed” }

 

    ×

    Contact Us