POST Api/ScheduleApi/GetAgentReportRate
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-06-15T21:04:24.334165+04:00",
"dateTo": "2026-06-15T21:04:24.3351622+04:00",
"division": "636fe7e6-c79f-4bea-abc5-cb533b52db5d",
"asset": "11122c15-f368-4161-a700-462a28acd4e4",
"building": "9926c501-1e70-42aa-840b-c20e9a3dd136",
"AgentId": 1
}
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2026-06-15T21:04:24.334165+04:00","dateTo":"2026-06-15T21:04:24.3351622+04:00","division":"636fe7e6-c79f-4bea-abc5-cb533b52db5d","asset":"11122c15-f368-4161-a700-462a28acd4e4","building":"9926c501-1e70-42aa-840b-c20e9a3dd136","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>11122c15-f368-4161-a700-462a28acd4e4</asset>
<building>9926c501-1e70-42aa-840b-c20e9a3dd136</building>
<dateFrom>2026-06-15T21:04:24.334165+04:00</dateFrom>
<dateTo>2026-06-15T21:04:24.3351622+04:00</dateTo>
<division>636fe7e6-c79f-4bea-abc5-cb533b52db5d</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": "e713d1f3-f7ce-4cf7-aee6-426a0ab8b299"
}
text/html, multipart/form-data
Sample:
{"Count":1,"WorkflowStatus":"e713d1f3-f7ce-4cf7-aee6-426a0ab8b299"}
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>e713d1f3-f7ce-4cf7-aee6-426a0ab8b299</WorkflowStatus> </AgentDashboardDTO>