ICE Email APIs

Load Ticket By Status

The module helps the web service to list recruiters. The Service URL of the module is shown by the following link-

https://www.enterice.com/ICEAPI/api/Email/LoadTicketByStatus

•Allowed for-

Agent

•Json Formats-

1. Code snippet for Web Service Use-

LoadTicketByStatus

{

 “UserID”: 973,

 “SkillId”: 337,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI1MDYyOTl9.DTuDBcnIQf8KrKAv5ehay4SLDukbdvP0zXTeMxt_KQo”

}

2. Description for Request Parameters-

S.No Name Type Description
1 UserID Int Id of user
2 SkillId Int Id of skill
3 Token String Authentication Token

3. Response Example-

Success:

{

“message”: “Success”,

“TicketCountByStatus”: [

{

“CurrentStatus”: “Active”,

“TicketCount”: 44

},

{

“CurrentStatus”: “Escalated”,

“TicketCount”: 12

},

{

“CurrentStatus”: “InProgress”,

“TicketCount”: 301

},

{

“CurrentStatus”: “Resolved”,

“TicketCount”: 207

},

{

“CurrentStatus”: “Transferred”,

“TicketCount”: 41

}

]

}

Fail:

{“Message”:”The request is invalid.”}

    ×

    Contact Us