This module helps to get the list of stored push URLs. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetPushURLList
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetPushURLList
{
“Token”:”sdfdsavcxdgdfFD”,
“OrgId”: “59”,
“SkillId”:”123″
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of organization |
3 | SkillId | String | Id of skill |
3. Response Example-
Success:
{ “Message”: ” Success”,
“PushURLLList”:”[{
“URL”:”http:www.enterice.com”,
“Description”:”Website”
},
{
“URL”:”http:www.enterice1.com”,
“Description”:”Website1”
}]
}
Fail:
{ “message”: ” Failed” }