The module has been designed to get skill list. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetSkillList
•Request Type–
Post
•Allowed for–
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetSkillList
{
“Token”:”sdfdsavcxdgdfFD”,
“CampaignId”: “1”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | CampaignId | Int | Id of campaign |
3. Response Example–
Success:
{ “Message”: ” Success”,
“SkillList”:[{
” CampaignId”: “1”,
” SkillId”:”1″,
” SkillName “: ” Email Skill ”
},
{
” CampaignId”: “1”,
” SkillId”:”2″,
” SkillName “: ” Email Skill2 ”
}]
}
Fail:
{ “message”: ” The request is invalid.” }