POST api/Reports/GetSummaryReport
Request Information
URI Parameters
None.
Body Parameters
SummaryReportFilerName | Description | Type | Additional information |
---|---|---|---|
OldFrom | date |
None. |
|
OldTo | date |
None. |
|
From | date |
None. |
|
To | date |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "OldFrom": "2025-05-25T19:55:07.7651256+04:00", "OldTo": "2025-05-25T19:55:07.7651256+04:00", "From": "2025-05-25T19:55:07.7651256+04:00", "To": "2025-05-25T19:55:07.7651256+04:00", "PageNumber": 1, "PageSize": 1 }
text/html, multipart/form-data
Sample:
{"OldFrom":"2025-05-25T19:55:07.7651256+04:00","OldTo":"2025-05-25T19:55:07.7651256+04:00","From":"2025-05-25T19:55:07.7651256+04:00","To":"2025-05-25T19:55:07.7651256+04:00","PageNumber":1,"PageSize":1}
application/xml, text/xml
Sample:
<SummaryReportFiler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <From>2025-05-25T19:55:07.7651256+04:00</From> <OldFrom>2025-05-25T19:55:07.7651256+04:00</OldFrom> <OldTo>2025-05-25T19:55:07.7651256+04:00</OldTo> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <To>2025-05-25T19:55:07.7651256+04:00</To> </SummaryReportFiler>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SummaryReportDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Agent_Initail | string |
None. |
|
ReferenceNumber | string |
None. |
|
ScheduleDate | date |
None. |
|
EnDivision | string |
None. |
|
EnAsset | string |
None. |
|
Building | string |
None. |
|
SubBuilding | string |
None. |
|
Location | string |
None. |
|
Category | string |
None. |
|
ChecklistName | string |
None. |
|
SummeryType | string |
None. |
|
Comment | string |
None. |
|
Submitted_By_Agent | date |
None. |
|
Submitted_By_Project_Head | date |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
SkipedRecords | integer |
None. |
|
TotalRecords | integer |
None. |
Response Formats
application/json, text/json, text/html, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.