Chat/ Email Data APIs

Get Survey Type

This module is designed to get survey type and ID through organization ID. The Service URL of the module is given by the following link-

https://www.enterice.com/external/icedataapi/api/chat/get_survey_type

  • Json Formats-
  1. Code snippet for Web Service API-

         GET_SURVEY_TYPE

         {

             “Token”: “34gdf6754y3444”

        }

2. Description for Request Parameters-

Request  Parameters

Notes

Token string Authentication Token

3. Response Example-

   Success:

{

“SurveyTypeData”: [

{

“SurveyID”: 12

“SurveyName”: “Prechat”

},

{

“SurveyID”: 4

“SurveyName”: “Offline”

},

{

“SurveyTypeData”: [

{

“SurveyID”: 2

“SurveyName”: “Exit”

},

{

“SurveyID”: 102

“SurveyName”: “Inchat”

},

{

“SurveyID”: 3

“SurveyName”: “Operator”

}

]

}

Fail:

{    “Status”: “ false”,

“Message”:”as above.”,

“Error”: “as above”

}

    ×

    Contact Us