GET api/SupportTicketStats/EmployeeSummary/{ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SupportTickets_EmployeeSummaryName | Description | Type | Additional information |
---|---|---|---|
TicketCount | integer |
None. |
|
ID | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TicketCount": 1, "ID": 2, "Name": "sample string 3" }, { "TicketCount": 1, "ID": 2, "Name": "sample string 3" } ]
text/html
Sample:
[{"TicketCount":1,"ID":2,"Name":"sample string 3"},{"TicketCount":1,"ID":2,"Name":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfSupportTickets_EmployeeSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRMAPI.Models"> <SupportTickets_EmployeeSummary> <ID>2</ID> <Name>sample string 3</Name> <TicketCount>1</TicketCount> </SupportTickets_EmployeeSummary> <SupportTickets_EmployeeSummary> <ID>2</ID> <Name>sample string 3</Name> <TicketCount>1</TicketCount> </SupportTickets_EmployeeSummary> </ArrayOfSupportTickets_EmployeeSummary>