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
ScheduleEntryDetailsDateGroupingDTOName | Description | Type | Additional information |
---|---|---|---|
ScheduleDate | date |
None. |
|
ScheduleEntryDetails | Collection of ScheduleEntryDetailsDTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "ScheduleDate": "2025-05-25T20:26:24.8314678+04:00", "ScheduleEntryDetails": [ { "Id": 1, "CheckListTitle": "sample string 2", "ScheduleDate": "2025-05-25T20:26:24.8314678+04:00", "DivisionId": "6999fd8e-0ffc-41c2-aef9-4f1e2c4a8dfe", "AssetId": "35609732-65fe-40f7-81bc-9b8434ddce5a", "BuildingId": "5e4d2e0b-dce9-4d56-94f0-a321a3f99555", "SubBuildingId": "7e4e570d-2ce7-4685-aabe-64b9f08b0e80", "LocationId": "b0cb9627-bdb2-4085-8904-68ce8c587ede", "LevelId": "0e22e715-6123-46f6-9ae4-e68ed4ecbd36", "CategoryId": "bbd198f5-4218-4128-80b1-4d5b4670f23b", "SectorId": "c3e4fd56-c15e-4544-a708-713064b586a7", "SubSectorId": "4925849c-5c80-4a6d-bc8b-b88ba0206d23", "Status": "c672eb29-47a9-4a60-b363-7d7685d23c9c", "Source": "sample string 4" }, { "Id": 1, "CheckListTitle": "sample string 2", "ScheduleDate": "2025-05-25T20:26:24.8314678+04:00", "DivisionId": "6999fd8e-0ffc-41c2-aef9-4f1e2c4a8dfe", "AssetId": "35609732-65fe-40f7-81bc-9b8434ddce5a", "BuildingId": "5e4d2e0b-dce9-4d56-94f0-a321a3f99555", "SubBuildingId": "7e4e570d-2ce7-4685-aabe-64b9f08b0e80", "LocationId": "b0cb9627-bdb2-4085-8904-68ce8c587ede", "LevelId": "0e22e715-6123-46f6-9ae4-e68ed4ecbd36", "CategoryId": "bbd198f5-4218-4128-80b1-4d5b4670f23b", "SectorId": "c3e4fd56-c15e-4544-a708-713064b586a7", "SubSectorId": "4925849c-5c80-4a6d-bc8b-b88ba0206d23", "Status": "c672eb29-47a9-4a60-b363-7d7685d23c9c", "Source": "sample string 4" } ] }
text/html, multipart/form-data
Sample:
{"ScheduleDate":"2025-05-25T20:26:24.8314678+04:00","ScheduleEntryDetails":[{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2025-05-25T20:26:24.8314678+04:00","DivisionId":"6999fd8e-0ffc-41c2-aef9-4f1e2c4a8dfe","AssetId":"35609732-65fe-40f7-81bc-9b8434ddce5a","BuildingId":"5e4d2e0b-dce9-4d56-94f0-a321a3f99555","SubBuildingId":"7e4e570d-2ce7-4685-aabe-64b9f08b0e80","LocationId":"b0cb9627-bdb2-4085-8904-68ce8c587ede","LevelId":"0e22e715-6123-46f6-9ae4-e68ed4ecbd36","CategoryId":"bbd198f5-4218-4128-80b1-4d5b4670f23b","SectorId":"c3e4fd56-c15e-4544-a708-713064b586a7","SubSectorId":"4925849c-5c80-4a6d-bc8b-b88ba0206d23","Status":"c672eb29-47a9-4a60-b363-7d7685d23c9c","Source":"sample string 4"},{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2025-05-25T20:26:24.8314678+04:00","DivisionId":"6999fd8e-0ffc-41c2-aef9-4f1e2c4a8dfe","AssetId":"35609732-65fe-40f7-81bc-9b8434ddce5a","BuildingId":"5e4d2e0b-dce9-4d56-94f0-a321a3f99555","SubBuildingId":"7e4e570d-2ce7-4685-aabe-64b9f08b0e80","LocationId":"b0cb9627-bdb2-4085-8904-68ce8c587ede","LevelId":"0e22e715-6123-46f6-9ae4-e68ed4ecbd36","CategoryId":"bbd198f5-4218-4128-80b1-4d5b4670f23b","SectorId":"c3e4fd56-c15e-4544-a708-713064b586a7","SubSectorId":"4925849c-5c80-4a6d-bc8b-b88ba0206d23","Status":"c672eb29-47a9-4a60-b363-7d7685d23c9c","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-05-25T20:26:24.8314678+04:00</ScheduleDate> <ScheduleEntryDetails> <ScheduleEntryDetailsDTO> <AssetId>35609732-65fe-40f7-81bc-9b8434ddce5a</AssetId> <BuildingId>5e4d2e0b-dce9-4d56-94f0-a321a3f99555</BuildingId> <CategoryId>bbd198f5-4218-4128-80b1-4d5b4670f23b</CategoryId> <CheckListTitle>sample string 2</CheckListTitle> <DivisionId>6999fd8e-0ffc-41c2-aef9-4f1e2c4a8dfe</DivisionId> <Id>1</Id> <LevelId>0e22e715-6123-46f6-9ae4-e68ed4ecbd36</LevelId> <LocationId>b0cb9627-bdb2-4085-8904-68ce8c587ede</LocationId> <ScheduleDate>2025-05-25T20:26:24.8314678+04:00</ScheduleDate> <SectorId>c3e4fd56-c15e-4544-a708-713064b586a7</SectorId> <Source>sample string 4</Source> <Status>c672eb29-47a9-4a60-b363-7d7685d23c9c</Status> <SubBuildingId>7e4e570d-2ce7-4685-aabe-64b9f08b0e80</SubBuildingId> <SubSectorId>4925849c-5c80-4a6d-bc8b-b88ba0206d23</SubSectorId> </ScheduleEntryDetailsDTO> <ScheduleEntryDetailsDTO> <AssetId>35609732-65fe-40f7-81bc-9b8434ddce5a</AssetId> <BuildingId>5e4d2e0b-dce9-4d56-94f0-a321a3f99555</BuildingId> <CategoryId>bbd198f5-4218-4128-80b1-4d5b4670f23b</CategoryId> <CheckListTitle>sample string 2</CheckListTitle> <DivisionId>6999fd8e-0ffc-41c2-aef9-4f1e2c4a8dfe</DivisionId> <Id>1</Id> <LevelId>0e22e715-6123-46f6-9ae4-e68ed4ecbd36</LevelId> <LocationId>b0cb9627-bdb2-4085-8904-68ce8c587ede</LocationId> <ScheduleDate>2025-05-25T20:26:24.8314678+04:00</ScheduleDate> <SectorId>c3e4fd56-c15e-4544-a708-713064b586a7</SectorId> <Source>sample string 4</Source> <Status>c672eb29-47a9-4a60-b363-7d7685d23c9c</Status> <SubBuildingId>7e4e570d-2ce7-4685-aabe-64b9f08b0e80</SubBuildingId> <SubSectorId>4925849c-5c80-4a6d-bc8b-b88ba0206d23</SubSectorId> </ScheduleEntryDetailsDTO> </ScheduleEntryDetails> </ScheduleEntryDetailsDateGroupingDTO>