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": "2026-05-01T05:22:38.5032272+04:00",
"ScheduleEntryDetails": [
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2026-05-01T05:22:38.5032272+04:00",
"DivisionId": "312cbfbf-1ceb-4668-9ef6-d3ee58763f26",
"AssetId": "b8b9c7a2-c450-4206-a757-6c3877e22cf4",
"BuildingId": "7140fb77-dce0-436e-bce9-0da90f9cc5b2",
"SubBuildingId": "41ee1f2b-95ea-47d6-bc8b-d97f81fbf8a0",
"LocationId": "9e1bfb67-b60d-4244-9f0b-0b3930c82e37",
"LevelId": "e89b4bee-ce42-437c-be1c-2fa156907c3b",
"CategoryId": "21bb347f-a3f4-47b2-95b3-dcbf42e027b6",
"SectorId": "8f5488b0-0769-4467-b804-c4ec955fd72b",
"SubSectorId": "3b8658e5-9211-429d-8a01-1de9e75477e7",
"Status": "9f9ffec0-628b-4e68-b6ae-7857e33010a4",
"Source": "sample string 4"
},
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2026-05-01T05:22:38.5032272+04:00",
"DivisionId": "312cbfbf-1ceb-4668-9ef6-d3ee58763f26",
"AssetId": "b8b9c7a2-c450-4206-a757-6c3877e22cf4",
"BuildingId": "7140fb77-dce0-436e-bce9-0da90f9cc5b2",
"SubBuildingId": "41ee1f2b-95ea-47d6-bc8b-d97f81fbf8a0",
"LocationId": "9e1bfb67-b60d-4244-9f0b-0b3930c82e37",
"LevelId": "e89b4bee-ce42-437c-be1c-2fa156907c3b",
"CategoryId": "21bb347f-a3f4-47b2-95b3-dcbf42e027b6",
"SectorId": "8f5488b0-0769-4467-b804-c4ec955fd72b",
"SubSectorId": "3b8658e5-9211-429d-8a01-1de9e75477e7",
"Status": "9f9ffec0-628b-4e68-b6ae-7857e33010a4",
"Source": "sample string 4"
}
]
}
text/html, multipart/form-data
Sample:
{"ScheduleDate":"2026-05-01T05:22:38.5032272+04:00","ScheduleEntryDetails":[{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2026-05-01T05:22:38.5032272+04:00","DivisionId":"312cbfbf-1ceb-4668-9ef6-d3ee58763f26","AssetId":"b8b9c7a2-c450-4206-a757-6c3877e22cf4","BuildingId":"7140fb77-dce0-436e-bce9-0da90f9cc5b2","SubBuildingId":"41ee1f2b-95ea-47d6-bc8b-d97f81fbf8a0","LocationId":"9e1bfb67-b60d-4244-9f0b-0b3930c82e37","LevelId":"e89b4bee-ce42-437c-be1c-2fa156907c3b","CategoryId":"21bb347f-a3f4-47b2-95b3-dcbf42e027b6","SectorId":"8f5488b0-0769-4467-b804-c4ec955fd72b","SubSectorId":"3b8658e5-9211-429d-8a01-1de9e75477e7","Status":"9f9ffec0-628b-4e68-b6ae-7857e33010a4","Source":"sample string 4"},{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2026-05-01T05:22:38.5032272+04:00","DivisionId":"312cbfbf-1ceb-4668-9ef6-d3ee58763f26","AssetId":"b8b9c7a2-c450-4206-a757-6c3877e22cf4","BuildingId":"7140fb77-dce0-436e-bce9-0da90f9cc5b2","SubBuildingId":"41ee1f2b-95ea-47d6-bc8b-d97f81fbf8a0","LocationId":"9e1bfb67-b60d-4244-9f0b-0b3930c82e37","LevelId":"e89b4bee-ce42-437c-be1c-2fa156907c3b","CategoryId":"21bb347f-a3f4-47b2-95b3-dcbf42e027b6","SectorId":"8f5488b0-0769-4467-b804-c4ec955fd72b","SubSectorId":"3b8658e5-9211-429d-8a01-1de9e75477e7","Status":"9f9ffec0-628b-4e68-b6ae-7857e33010a4","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>2026-05-01T05:22:38.5032272+04:00</ScheduleDate>
<ScheduleEntryDetails>
<ScheduleEntryDetailsDTO>
<AssetId>b8b9c7a2-c450-4206-a757-6c3877e22cf4</AssetId>
<BuildingId>7140fb77-dce0-436e-bce9-0da90f9cc5b2</BuildingId>
<CategoryId>21bb347f-a3f4-47b2-95b3-dcbf42e027b6</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>312cbfbf-1ceb-4668-9ef6-d3ee58763f26</DivisionId>
<Id>1</Id>
<LevelId>e89b4bee-ce42-437c-be1c-2fa156907c3b</LevelId>
<LocationId>9e1bfb67-b60d-4244-9f0b-0b3930c82e37</LocationId>
<ScheduleDate>2026-05-01T05:22:38.5032272+04:00</ScheduleDate>
<SectorId>8f5488b0-0769-4467-b804-c4ec955fd72b</SectorId>
<Source>sample string 4</Source>
<Status>9f9ffec0-628b-4e68-b6ae-7857e33010a4</Status>
<SubBuildingId>41ee1f2b-95ea-47d6-bc8b-d97f81fbf8a0</SubBuildingId>
<SubSectorId>3b8658e5-9211-429d-8a01-1de9e75477e7</SubSectorId>
</ScheduleEntryDetailsDTO>
<ScheduleEntryDetailsDTO>
<AssetId>b8b9c7a2-c450-4206-a757-6c3877e22cf4</AssetId>
<BuildingId>7140fb77-dce0-436e-bce9-0da90f9cc5b2</BuildingId>
<CategoryId>21bb347f-a3f4-47b2-95b3-dcbf42e027b6</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>312cbfbf-1ceb-4668-9ef6-d3ee58763f26</DivisionId>
<Id>1</Id>
<LevelId>e89b4bee-ce42-437c-be1c-2fa156907c3b</LevelId>
<LocationId>9e1bfb67-b60d-4244-9f0b-0b3930c82e37</LocationId>
<ScheduleDate>2026-05-01T05:22:38.5032272+04:00</ScheduleDate>
<SectorId>8f5488b0-0769-4467-b804-c4ec955fd72b</SectorId>
<Source>sample string 4</Source>
<Status>9f9ffec0-628b-4e68-b6ae-7857e33010a4</Status>
<SubBuildingId>41ee1f2b-95ea-47d6-bc8b-d97f81fbf8a0</SubBuildingId>
<SubSectorId>3b8658e5-9211-429d-8a01-1de9e75477e7</SubSectorId>
</ScheduleEntryDetailsDTO>
</ScheduleEntryDetails>
</ScheduleEntryDetailsDateGroupingDTO>