POST Api/ScheduleApi/GetAgentStatisticsRate
Request Information
URI Parameters
None.
Body Parameters
AgentStatistcsFiltersName | 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-07-12T10:32:31.3187553+04:00", "dateTo": "2025-07-12T10:32:31.3187553+04:00", "division": "d838c1e3-ed66-46e5-af63-e1fbaed996f3", "asset": "e8e17246-e445-425d-9004-486920e62d8f", "building": "7e410dbe-ed45-49fe-aad4-4fece091d4cf", "AgentId": 1 }
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2025-07-12T10:32:31.3187553+04:00","dateTo":"2025-07-12T10:32:31.3187553+04:00","division":"d838c1e3-ed66-46e5-af63-e1fbaed996f3","asset":"e8e17246-e445-425d-9004-486920e62d8f","building":"7e410dbe-ed45-49fe-aad4-4fece091d4cf","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>e8e17246-e445-425d-9004-486920e62d8f</asset> <building>7e410dbe-ed45-49fe-aad4-4fece091d4cf</building> <dateFrom>2025-07-12T10:32:31.3187553+04:00</dateFrom> <dateTo>2025-07-12T10:32:31.3187553+04:00</dateTo> <division>d838c1e3-ed66-46e5-af63-e1fbaed996f3</division> </AgentStatistcsFilters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AgentDashboardDTOName | Description | Type | Additional information |
---|---|---|---|
Count | integer |
None. |
|
WorkflowStatus | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Count": 1, "WorkflowStatus": "b0fb280f-eee9-4546-be59-0bcef388ec4a" }
text/html, multipart/form-data
Sample:
{"Count":1,"WorkflowStatus":"b0fb280f-eee9-4546-be59-0bcef388ec4a"}
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>b0fb280f-eee9-4546-be59-0bcef388ec4a</WorkflowStatus> </AgentDashboardDTO>