GET api/SupportTicketStats/AvgOpenTicketAge/{Date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Date | date |
Required |
Body Parameters
None.
Response Information
Resource Description
SupportTickets_StatsName | Description | Type | Additional information |
---|---|---|---|
CurCount | integer |
None. |
|
LMCount | integer |
None. |
|
LYLMCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurCount": 1, "LMCount": 2, "LYLMCount": 3 }
text/html
Sample:
{"CurCount":1,"LMCount":2,"LYLMCount":3}
application/xml, text/xml
Sample:
<SupportTickets_Stats xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRMAPI.Models"> <CurCount>1</CurCount> <LMCount>2</LMCount> <LYLMCount>3</LYLMCount> </SupportTickets_Stats>