This module is designed to get the canned responses set list. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetCannedResponsesSetList
•Request Type–
Post
•Allowed for–
Admin
•Json Formats–
1. Code snippet for Web Service Use-
GetCannedResponsesSetList
{
“Token”:”sdfdsavcxdgdfFD”,
“OrgId”: 59
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of organization |
3. Response Example–
Success:
{ “Message”: ” Success”,
“CannedResponsesSetList”:
[{“CategoryId”:830,
“CannedSetID”:35,
“CannedSetName”:” New Canned Response “,
“IsActive”:1
},
[{{“CategoryId”:855,
“CannedSetID”:44,
“CannedSetName”:”Service Canned Response”,
“IsActive”:1}]
}
Fail:
{ “message”: ” The request is invalid.” }