GET Api/ScheduleApi/GetScheduleEntryDetails?dateFrom={dateFrom}&dateTo={dateTo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom | date |
Required |
|
| dateTo | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ScheduleEntryDetailsDateGroupingDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleDate | date |
None. |
|
| ScheduleEntryDetails | Collection of ScheduleEntryDetailsDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"ScheduleDate": "2025-10-30T10:10:43.5057791+04:00",
"ScheduleEntryDetails": [
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2025-10-30T10:10:43.5057791+04:00",
"DivisionId": "05c16872-edad-40b6-b09a-db9e8c97b8dc",
"AssetId": "4c151d21-2dbf-4727-be26-5d900b1132ed",
"BuildingId": "33f81484-3e43-4a93-9d86-2d4ad9028c5c",
"SubBuildingId": "40fda547-ad38-463f-814f-9e60db685e91",
"LocationId": "5a94c212-b4a5-4f24-805f-ca3db2c65a7b",
"LevelId": "6053d442-8a8b-43ef-b6b3-36ef9f1f7fb4",
"CategoryId": "ba42c956-2ff5-4028-a157-f412e7d5f133",
"SectorId": "cb0c6dd3-fadf-4004-9a12-334b5ca5b894",
"SubSectorId": "fb97d4b9-ee36-44f5-b2a9-2b8f477eb78e",
"Status": "d5aa04e2-1dea-4840-9ad2-be58841cf99f",
"Source": "sample string 4"
},
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2025-10-30T10:10:43.5057791+04:00",
"DivisionId": "05c16872-edad-40b6-b09a-db9e8c97b8dc",
"AssetId": "4c151d21-2dbf-4727-be26-5d900b1132ed",
"BuildingId": "33f81484-3e43-4a93-9d86-2d4ad9028c5c",
"SubBuildingId": "40fda547-ad38-463f-814f-9e60db685e91",
"LocationId": "5a94c212-b4a5-4f24-805f-ca3db2c65a7b",
"LevelId": "6053d442-8a8b-43ef-b6b3-36ef9f1f7fb4",
"CategoryId": "ba42c956-2ff5-4028-a157-f412e7d5f133",
"SectorId": "cb0c6dd3-fadf-4004-9a12-334b5ca5b894",
"SubSectorId": "fb97d4b9-ee36-44f5-b2a9-2b8f477eb78e",
"Status": "d5aa04e2-1dea-4840-9ad2-be58841cf99f",
"Source": "sample string 4"
}
]
}
text/html, multipart/form-data
Sample:
{"ScheduleDate":"2025-10-30T10:10:43.5057791+04:00","ScheduleEntryDetails":[{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2025-10-30T10:10:43.5057791+04:00","DivisionId":"05c16872-edad-40b6-b09a-db9e8c97b8dc","AssetId":"4c151d21-2dbf-4727-be26-5d900b1132ed","BuildingId":"33f81484-3e43-4a93-9d86-2d4ad9028c5c","SubBuildingId":"40fda547-ad38-463f-814f-9e60db685e91","LocationId":"5a94c212-b4a5-4f24-805f-ca3db2c65a7b","LevelId":"6053d442-8a8b-43ef-b6b3-36ef9f1f7fb4","CategoryId":"ba42c956-2ff5-4028-a157-f412e7d5f133","SectorId":"cb0c6dd3-fadf-4004-9a12-334b5ca5b894","SubSectorId":"fb97d4b9-ee36-44f5-b2a9-2b8f477eb78e","Status":"d5aa04e2-1dea-4840-9ad2-be58841cf99f","Source":"sample string 4"},{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2025-10-30T10:10:43.5057791+04:00","DivisionId":"05c16872-edad-40b6-b09a-db9e8c97b8dc","AssetId":"4c151d21-2dbf-4727-be26-5d900b1132ed","BuildingId":"33f81484-3e43-4a93-9d86-2d4ad9028c5c","SubBuildingId":"40fda547-ad38-463f-814f-9e60db685e91","LocationId":"5a94c212-b4a5-4f24-805f-ca3db2c65a7b","LevelId":"6053d442-8a8b-43ef-b6b3-36ef9f1f7fb4","CategoryId":"ba42c956-2ff5-4028-a157-f412e7d5f133","SectorId":"cb0c6dd3-fadf-4004-9a12-334b5ca5b894","SubSectorId":"fb97d4b9-ee36-44f5-b2a9-2b8f477eb78e","Status":"d5aa04e2-1dea-4840-9ad2-be58841cf99f","Source":"sample string 4"}]}
application/xml, text/xml
Sample:
<ScheduleEntryDetailsDateGroupingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
<ScheduleDate>2025-10-30T10:10:43.5057791+04:00</ScheduleDate>
<ScheduleEntryDetails>
<ScheduleEntryDetailsDTO>
<AssetId>4c151d21-2dbf-4727-be26-5d900b1132ed</AssetId>
<BuildingId>33f81484-3e43-4a93-9d86-2d4ad9028c5c</BuildingId>
<CategoryId>ba42c956-2ff5-4028-a157-f412e7d5f133</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>05c16872-edad-40b6-b09a-db9e8c97b8dc</DivisionId>
<Id>1</Id>
<LevelId>6053d442-8a8b-43ef-b6b3-36ef9f1f7fb4</LevelId>
<LocationId>5a94c212-b4a5-4f24-805f-ca3db2c65a7b</LocationId>
<ScheduleDate>2025-10-30T10:10:43.5057791+04:00</ScheduleDate>
<SectorId>cb0c6dd3-fadf-4004-9a12-334b5ca5b894</SectorId>
<Source>sample string 4</Source>
<Status>d5aa04e2-1dea-4840-9ad2-be58841cf99f</Status>
<SubBuildingId>40fda547-ad38-463f-814f-9e60db685e91</SubBuildingId>
<SubSectorId>fb97d4b9-ee36-44f5-b2a9-2b8f477eb78e</SubSectorId>
</ScheduleEntryDetailsDTO>
<ScheduleEntryDetailsDTO>
<AssetId>4c151d21-2dbf-4727-be26-5d900b1132ed</AssetId>
<BuildingId>33f81484-3e43-4a93-9d86-2d4ad9028c5c</BuildingId>
<CategoryId>ba42c956-2ff5-4028-a157-f412e7d5f133</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>05c16872-edad-40b6-b09a-db9e8c97b8dc</DivisionId>
<Id>1</Id>
<LevelId>6053d442-8a8b-43ef-b6b3-36ef9f1f7fb4</LevelId>
<LocationId>5a94c212-b4a5-4f24-805f-ca3db2c65a7b</LocationId>
<ScheduleDate>2025-10-30T10:10:43.5057791+04:00</ScheduleDate>
<SectorId>cb0c6dd3-fadf-4004-9a12-334b5ca5b894</SectorId>
<Source>sample string 4</Source>
<Status>d5aa04e2-1dea-4840-9ad2-be58841cf99f</Status>
<SubBuildingId>40fda547-ad38-463f-814f-9e60db685e91</SubBuildingId>
<SubSectorId>fb97d4b9-ee36-44f5-b2a9-2b8f477eb78e</SubSectorId>
</ScheduleEntryDetailsDTO>
</ScheduleEntryDetails>
</ScheduleEntryDetailsDateGroupingDTO>