POST Api/ScheduleApi/GetOverallAgentsPerformance
Request Information
URI Parameters
None.
Body Parameters
AgentStatistcsFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| agentIds | Collection of integer |
None. |
|
| dateFrom | date |
None. |
|
| dateTo | date |
None. |
|
| division | globally unique identifier |
None. |
|
| asset | globally unique identifier |
None. |
|
| building | globally unique identifier |
None. |
|
| AgentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"agentIds": [
1,
2
],
"dateFrom": "2025-10-30T10:05:14.964912+04:00",
"dateTo": "2025-10-30T10:05:14.964912+04:00",
"division": "42fe08f5-076e-4915-8dec-d5455ef4f4aa",
"asset": "1f32ed01-53a5-4190-a056-753f8566535a",
"building": "f615b460-66f2-46c6-9c50-fff67656af75",
"AgentId": 1
}
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2025-10-30T10:05:14.964912+04:00","dateTo":"2025-10-30T10:05:14.964912+04:00","division":"42fe08f5-076e-4915-8dec-d5455ef4f4aa","asset":"1f32ed01-53a5-4190-a056-753f8566535a","building":"f615b460-66f2-46c6-9c50-fff67656af75","AgentId":1}
application/xml, text/xml
Sample:
<AgentStatistcsFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO.Models.Schedule">
<AgentId>1</AgentId>
<agentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</agentIds>
<asset>1f32ed01-53a5-4190-a056-753f8566535a</asset>
<building>f615b460-66f2-46c6-9c50-fff67656af75</building>
<dateFrom>2025-10-30T10:05:14.964912+04:00</dateFrom>
<dateTo>2025-10-30T10:05:14.964912+04:00</dateTo>
<division>42fe08f5-076e-4915-8dec-d5455ef4f4aa</division>
</AgentStatistcsFilters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AgentDashboardDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| WorkflowStatus | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1,
"WorkflowStatus": "10ea5f13-938e-48d7-a9f2-f8b6ec1ec754"
}
text/html, multipart/form-data
Sample:
{"Count":1,"WorkflowStatus":"10ea5f13-938e-48d7-a9f2-f8b6ec1ec754"}
application/xml, text/xml
Sample:
<AgentDashboardDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <Count>1</Count> <WorkflowStatus>10ea5f13-938e-48d7-a9f2-f8b6ec1ec754</WorkflowStatus> </AgentDashboardDTO>