Chat/ Email Data APIs

Get Ticket Volume Summary Data

This module is designed to get the data of ticket volume summary. The Service URL of the module is given by the following link-

https://www.enterice.com/external/icedataapi/api/email/get_ticket_volume_summary_data

  • Json Formats-
  1. Code snippet for Web Service Use-

            GET_TICKET_VOLUME_SUMMARY_DATA{

          “Token”: “34gdf6754y3444”

          “FromDateTime”: “07/05/2018 2:22”,

          “ToDateTime”: “07/06/2018 12:22”,

          “TimeZoneID”: “20”,

          “TimeZoneOffset”: “-300”,

          “OrgID”: “168”,

          “SkillID”: “111”

       }

2. Description for Request Parameters-

Request  Parameters Notes
Token string Authentication Token
FromDateTime string From Date and Time
ToDateTime string To Date and Time
TimeZoneID integer Time zone id of specific time zone
Time zone name Time zone id Time zone offset (d/s is on) Time zone offset (d/s is off)
Eastern Standard Time 15 -240 -300
Central Standard Time 20 -300 -360
Mountain Standard Time 24 -360 -420
Pacific Standard Time 26 -420 -480
GMT Standard Time 32 60 0
Morocco Standard Time 34 60 0
India Standard Time 61 330 330
SkillID integer Skill id For all skill pass 0
TimeZoneOffset Integer Offset for specific time zone Use offset as given in TimeZoneID column
OrgID Integer Organization id

3. Response Example-

Success:

{

“TicketVolumeSummaryData”: [

{

“SkillName”: “Sales”,

“TotalTicket”: 15,

“ActiveTicket”: 5,

“InprogressTicket”: 5,

“ResolvedTicket”:5,

“Tier3”: 7,

“Tier2”:3,

“Tier1”:5

},

{

“SkillName”: “Support”,

“TotalTicket”: 15,

“ActiveTicket”: 5,

“InprogressTicket”: 5,

“ResolvedTicket”:5,

“Tier3”: 7,

“Tier2”:3,

“Tier1”:5

}

]

} 

Fail:

{    “Status”: “ false”,

“Message”: “as above.”,

“Error”: “as above”

}

    ×

    Contact Us