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": "2026-01-29T03:13:01.959949+04:00",
"dateTo": "2026-01-29T03:13:01.959949+04:00",
"division": "69d1b1a8-a061-43d0-9812-7e7cc1af7729",
"asset": "db18fd4b-ac05-4d6a-8fd3-b815cb0aae7e",
"building": "97af6fbf-ec4a-4ccf-9878-2812c42bd89c",
"AgentId": 1
}
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2026-01-29T03:13:01.959949+04:00","dateTo":"2026-01-29T03:13:01.959949+04:00","division":"69d1b1a8-a061-43d0-9812-7e7cc1af7729","asset":"db18fd4b-ac05-4d6a-8fd3-b815cb0aae7e","building":"97af6fbf-ec4a-4ccf-9878-2812c42bd89c","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>db18fd4b-ac05-4d6a-8fd3-b815cb0aae7e</asset>
<building>97af6fbf-ec4a-4ccf-9878-2812c42bd89c</building>
<dateFrom>2026-01-29T03:13:01.959949+04:00</dateFrom>
<dateTo>2026-01-29T03:13:01.959949+04:00</dateTo>
<division>69d1b1a8-a061-43d0-9812-7e7cc1af7729</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": "880c324e-100c-4a26-9aef-050782878b3f"
}
text/html, multipart/form-data
Sample:
{"Count":1,"WorkflowStatus":"880c324e-100c-4a26-9aef-050782878b3f"}
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>880c324e-100c-4a26-9aef-050782878b3f</WorkflowStatus> </AgentDashboardDTO>