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-06-15T21:09:39.8302799+04:00",
"ScheduleEntryDetails": [
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2026-06-15T21:09:39.8310809+04:00",
"DivisionId": "629cc1c9-e3a6-45ff-9ad2-de90a16386ab",
"AssetId": "238773a4-fe26-4074-9915-02ad45b6bc23",
"BuildingId": "2e8f07e6-fd3b-48e9-bbbf-4847b3ccf8a5",
"SubBuildingId": "5bd9954f-4578-43a5-a2af-98929a2e0b1e",
"LocationId": "ba11b0f7-25e3-482b-8ba7-61d11fdc9f7c",
"LevelId": "955d5d9b-fb90-458a-ad1d-0729b0d44f7c",
"CategoryId": "f75e0829-425f-492d-9d9d-e4ded496fbb5",
"SectorId": "6a958123-d3a3-4345-9dfc-950a837aee3c",
"SubSectorId": "9de65905-66c4-4cd7-88b6-d1519a1d588c",
"Status": "b87328d4-74b2-47ea-905a-7e322d306ece",
"Source": "sample string 4"
},
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2026-06-15T21:09:39.8310809+04:00",
"DivisionId": "629cc1c9-e3a6-45ff-9ad2-de90a16386ab",
"AssetId": "238773a4-fe26-4074-9915-02ad45b6bc23",
"BuildingId": "2e8f07e6-fd3b-48e9-bbbf-4847b3ccf8a5",
"SubBuildingId": "5bd9954f-4578-43a5-a2af-98929a2e0b1e",
"LocationId": "ba11b0f7-25e3-482b-8ba7-61d11fdc9f7c",
"LevelId": "955d5d9b-fb90-458a-ad1d-0729b0d44f7c",
"CategoryId": "f75e0829-425f-492d-9d9d-e4ded496fbb5",
"SectorId": "6a958123-d3a3-4345-9dfc-950a837aee3c",
"SubSectorId": "9de65905-66c4-4cd7-88b6-d1519a1d588c",
"Status": "b87328d4-74b2-47ea-905a-7e322d306ece",
"Source": "sample string 4"
}
]
}
text/html, multipart/form-data
Sample:
{"ScheduleDate":"2026-06-15T21:09:39.8302799+04:00","ScheduleEntryDetails":[{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2026-06-15T21:09:39.8310809+04:00","DivisionId":"629cc1c9-e3a6-45ff-9ad2-de90a16386ab","AssetId":"238773a4-fe26-4074-9915-02ad45b6bc23","BuildingId":"2e8f07e6-fd3b-48e9-bbbf-4847b3ccf8a5","SubBuildingId":"5bd9954f-4578-43a5-a2af-98929a2e0b1e","LocationId":"ba11b0f7-25e3-482b-8ba7-61d11fdc9f7c","LevelId":"955d5d9b-fb90-458a-ad1d-0729b0d44f7c","CategoryId":"f75e0829-425f-492d-9d9d-e4ded496fbb5","SectorId":"6a958123-d3a3-4345-9dfc-950a837aee3c","SubSectorId":"9de65905-66c4-4cd7-88b6-d1519a1d588c","Status":"b87328d4-74b2-47ea-905a-7e322d306ece","Source":"sample string 4"},{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2026-06-15T21:09:39.8310809+04:00","DivisionId":"629cc1c9-e3a6-45ff-9ad2-de90a16386ab","AssetId":"238773a4-fe26-4074-9915-02ad45b6bc23","BuildingId":"2e8f07e6-fd3b-48e9-bbbf-4847b3ccf8a5","SubBuildingId":"5bd9954f-4578-43a5-a2af-98929a2e0b1e","LocationId":"ba11b0f7-25e3-482b-8ba7-61d11fdc9f7c","LevelId":"955d5d9b-fb90-458a-ad1d-0729b0d44f7c","CategoryId":"f75e0829-425f-492d-9d9d-e4ded496fbb5","SectorId":"6a958123-d3a3-4345-9dfc-950a837aee3c","SubSectorId":"9de65905-66c4-4cd7-88b6-d1519a1d588c","Status":"b87328d4-74b2-47ea-905a-7e322d306ece","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-06-15T21:09:39.8302799+04:00</ScheduleDate>
<ScheduleEntryDetails>
<ScheduleEntryDetailsDTO>
<AssetId>238773a4-fe26-4074-9915-02ad45b6bc23</AssetId>
<BuildingId>2e8f07e6-fd3b-48e9-bbbf-4847b3ccf8a5</BuildingId>
<CategoryId>f75e0829-425f-492d-9d9d-e4ded496fbb5</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>629cc1c9-e3a6-45ff-9ad2-de90a16386ab</DivisionId>
<Id>1</Id>
<LevelId>955d5d9b-fb90-458a-ad1d-0729b0d44f7c</LevelId>
<LocationId>ba11b0f7-25e3-482b-8ba7-61d11fdc9f7c</LocationId>
<ScheduleDate>2026-06-15T21:09:39.8310809+04:00</ScheduleDate>
<SectorId>6a958123-d3a3-4345-9dfc-950a837aee3c</SectorId>
<Source>sample string 4</Source>
<Status>b87328d4-74b2-47ea-905a-7e322d306ece</Status>
<SubBuildingId>5bd9954f-4578-43a5-a2af-98929a2e0b1e</SubBuildingId>
<SubSectorId>9de65905-66c4-4cd7-88b6-d1519a1d588c</SubSectorId>
</ScheduleEntryDetailsDTO>
<ScheduleEntryDetailsDTO>
<AssetId>238773a4-fe26-4074-9915-02ad45b6bc23</AssetId>
<BuildingId>2e8f07e6-fd3b-48e9-bbbf-4847b3ccf8a5</BuildingId>
<CategoryId>f75e0829-425f-492d-9d9d-e4ded496fbb5</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>629cc1c9-e3a6-45ff-9ad2-de90a16386ab</DivisionId>
<Id>1</Id>
<LevelId>955d5d9b-fb90-458a-ad1d-0729b0d44f7c</LevelId>
<LocationId>ba11b0f7-25e3-482b-8ba7-61d11fdc9f7c</LocationId>
<ScheduleDate>2026-06-15T21:09:39.8310809+04:00</ScheduleDate>
<SectorId>6a958123-d3a3-4345-9dfc-950a837aee3c</SectorId>
<Source>sample string 4</Source>
<Status>b87328d4-74b2-47ea-905a-7e322d306ece</Status>
<SubBuildingId>5bd9954f-4578-43a5-a2af-98929a2e0b1e</SubBuildingId>
<SubSectorId>9de65905-66c4-4cd7-88b6-d1519a1d588c</SubSectorId>
</ScheduleEntryDetailsDTO>
</ScheduleEntryDetails>
</ScheduleEntryDetailsDateGroupingDTO>