This module has been designed to get active ticket counts for inbox. The Service URL of the module is shown by the following link-
https://www.enterice.com/ICEAPI/api/Email/GetTicketCountSup
•Allowed for-
Agent
•Json Formats-
1. Code snippet for Web Service Use-
GetTicketCountSup
{
“UserID”: 973,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI1MDYyOTl9.DTuDBcnIQf8KrKAv5ehay4SLDukbdvP0zXTeMxt_KQo”
}
2. Description for Request Parameter-
S.No | Name | Type | Description |
1 | UserID | Int | Id of user |
2 | Token | String | Authentication Token |
3. Response Example-
Success:
[
{
“Message”: “Success”,
“ActiveCount”: 942,
“DraftCount”: 3,
“SpamCount”: 2,
“ArchiveCount”: 54,
“ResolvedCount”: 58,
“SentCount”: 605,
“InboxTotalCount”: 1491
}
]
Fail:
{“Message”:”The request is invalid.”}