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-03-15T06:09:39.089202+04:00",
"ScheduleEntryDetails": [
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2026-03-15T06:09:39.0902029+04:00",
"DivisionId": "b5cb6c2d-d3a0-49f2-a751-c9000245b386",
"AssetId": "83ab5ca5-85e1-465e-9d14-7ed2286dc145",
"BuildingId": "067168c0-d4aa-4a22-8e65-08f2319a910c",
"SubBuildingId": "9fd6de40-4b9e-47d2-be47-6e7e93681d7a",
"LocationId": "b9fb56d6-8238-47f6-a6a1-89f052949bef",
"LevelId": "56aa6b11-7b36-4d59-b11e-6d15f5d90486",
"CategoryId": "1b223b34-e8b9-4432-91ee-513b105382aa",
"SectorId": "a08868f3-5042-42dd-b829-e7c700724190",
"SubSectorId": "5d194a8c-24a4-457f-8c76-215f13941ff4",
"Status": "067553bb-d509-4ff3-9cc8-bd903b7dd7e3",
"Source": "sample string 4"
},
{
"Id": 1,
"CheckListTitle": "sample string 2",
"ScheduleDate": "2026-03-15T06:09:39.0902029+04:00",
"DivisionId": "b5cb6c2d-d3a0-49f2-a751-c9000245b386",
"AssetId": "83ab5ca5-85e1-465e-9d14-7ed2286dc145",
"BuildingId": "067168c0-d4aa-4a22-8e65-08f2319a910c",
"SubBuildingId": "9fd6de40-4b9e-47d2-be47-6e7e93681d7a",
"LocationId": "b9fb56d6-8238-47f6-a6a1-89f052949bef",
"LevelId": "56aa6b11-7b36-4d59-b11e-6d15f5d90486",
"CategoryId": "1b223b34-e8b9-4432-91ee-513b105382aa",
"SectorId": "a08868f3-5042-42dd-b829-e7c700724190",
"SubSectorId": "5d194a8c-24a4-457f-8c76-215f13941ff4",
"Status": "067553bb-d509-4ff3-9cc8-bd903b7dd7e3",
"Source": "sample string 4"
}
]
}
text/html, multipart/form-data
Sample:
{"ScheduleDate":"2026-03-15T06:09:39.089202+04:00","ScheduleEntryDetails":[{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2026-03-15T06:09:39.0902029+04:00","DivisionId":"b5cb6c2d-d3a0-49f2-a751-c9000245b386","AssetId":"83ab5ca5-85e1-465e-9d14-7ed2286dc145","BuildingId":"067168c0-d4aa-4a22-8e65-08f2319a910c","SubBuildingId":"9fd6de40-4b9e-47d2-be47-6e7e93681d7a","LocationId":"b9fb56d6-8238-47f6-a6a1-89f052949bef","LevelId":"56aa6b11-7b36-4d59-b11e-6d15f5d90486","CategoryId":"1b223b34-e8b9-4432-91ee-513b105382aa","SectorId":"a08868f3-5042-42dd-b829-e7c700724190","SubSectorId":"5d194a8c-24a4-457f-8c76-215f13941ff4","Status":"067553bb-d509-4ff3-9cc8-bd903b7dd7e3","Source":"sample string 4"},{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2026-03-15T06:09:39.0902029+04:00","DivisionId":"b5cb6c2d-d3a0-49f2-a751-c9000245b386","AssetId":"83ab5ca5-85e1-465e-9d14-7ed2286dc145","BuildingId":"067168c0-d4aa-4a22-8e65-08f2319a910c","SubBuildingId":"9fd6de40-4b9e-47d2-be47-6e7e93681d7a","LocationId":"b9fb56d6-8238-47f6-a6a1-89f052949bef","LevelId":"56aa6b11-7b36-4d59-b11e-6d15f5d90486","CategoryId":"1b223b34-e8b9-4432-91ee-513b105382aa","SectorId":"a08868f3-5042-42dd-b829-e7c700724190","SubSectorId":"5d194a8c-24a4-457f-8c76-215f13941ff4","Status":"067553bb-d509-4ff3-9cc8-bd903b7dd7e3","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-03-15T06:09:39.089202+04:00</ScheduleDate>
<ScheduleEntryDetails>
<ScheduleEntryDetailsDTO>
<AssetId>83ab5ca5-85e1-465e-9d14-7ed2286dc145</AssetId>
<BuildingId>067168c0-d4aa-4a22-8e65-08f2319a910c</BuildingId>
<CategoryId>1b223b34-e8b9-4432-91ee-513b105382aa</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>b5cb6c2d-d3a0-49f2-a751-c9000245b386</DivisionId>
<Id>1</Id>
<LevelId>56aa6b11-7b36-4d59-b11e-6d15f5d90486</LevelId>
<LocationId>b9fb56d6-8238-47f6-a6a1-89f052949bef</LocationId>
<ScheduleDate>2026-03-15T06:09:39.0902029+04:00</ScheduleDate>
<SectorId>a08868f3-5042-42dd-b829-e7c700724190</SectorId>
<Source>sample string 4</Source>
<Status>067553bb-d509-4ff3-9cc8-bd903b7dd7e3</Status>
<SubBuildingId>9fd6de40-4b9e-47d2-be47-6e7e93681d7a</SubBuildingId>
<SubSectorId>5d194a8c-24a4-457f-8c76-215f13941ff4</SubSectorId>
</ScheduleEntryDetailsDTO>
<ScheduleEntryDetailsDTO>
<AssetId>83ab5ca5-85e1-465e-9d14-7ed2286dc145</AssetId>
<BuildingId>067168c0-d4aa-4a22-8e65-08f2319a910c</BuildingId>
<CategoryId>1b223b34-e8b9-4432-91ee-513b105382aa</CategoryId>
<CheckListTitle>sample string 2</CheckListTitle>
<DivisionId>b5cb6c2d-d3a0-49f2-a751-c9000245b386</DivisionId>
<Id>1</Id>
<LevelId>56aa6b11-7b36-4d59-b11e-6d15f5d90486</LevelId>
<LocationId>b9fb56d6-8238-47f6-a6a1-89f052949bef</LocationId>
<ScheduleDate>2026-03-15T06:09:39.0902029+04:00</ScheduleDate>
<SectorId>a08868f3-5042-42dd-b829-e7c700724190</SectorId>
<Source>sample string 4</Source>
<Status>067553bb-d509-4ff3-9cc8-bd903b7dd7e3</Status>
<SubBuildingId>9fd6de40-4b9e-47d2-be47-6e7e93681d7a</SubBuildingId>
<SubSectorId>5d194a8c-24a4-457f-8c76-215f13941ff4</SubSectorId>
</ScheduleEntryDetailsDTO>
</ScheduleEntryDetails>
</ScheduleEntryDetailsDateGroupingDTO>