GET api/SupportTicketStatsPerEntity/AvgClosedTicketAge/{EntityID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EntityID

integer

Required

Body Parameters

None.

Response Information

Resource Description

SupportTickets_Stats
NameDescriptionTypeAdditional 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>