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-07-12T11:35:46.8230457+04:00", "ScheduleEntryDetails": [ { "Id": 1, "CheckListTitle": "sample string 2", "ScheduleDate": "2025-07-12T11:35:46.8230457+04:00", "DivisionId": "5e53e6d1-f33d-4344-bf51-3504cfb0d480", "AssetId": "625bf0d5-94fe-4706-8a4b-3a453b682395", "BuildingId": "d18135a2-6e74-4a98-840f-5d44e9da8dab", "SubBuildingId": "7d42e311-de53-424d-aaf6-45192bf7a87f", "LocationId": "ff941014-5e0e-4b3b-93ad-03b4bcc131cd", "LevelId": "0d298631-9693-4c6a-aaa5-bd849005d564", "CategoryId": "383a8960-668d-4aa0-bfbc-8a6a8c61301f", "SectorId": "f7267f91-9f83-4812-be70-2b9b11b9f9bb", "SubSectorId": "bc09882a-e403-4841-a5ff-2f058bf34d68", "Status": "88dbfa67-87c2-4adf-944a-867441b6f624", "Source": "sample string 4" }, { "Id": 1, "CheckListTitle": "sample string 2", "ScheduleDate": "2025-07-12T11:35:46.8230457+04:00", "DivisionId": "5e53e6d1-f33d-4344-bf51-3504cfb0d480", "AssetId": "625bf0d5-94fe-4706-8a4b-3a453b682395", "BuildingId": "d18135a2-6e74-4a98-840f-5d44e9da8dab", "SubBuildingId": "7d42e311-de53-424d-aaf6-45192bf7a87f", "LocationId": "ff941014-5e0e-4b3b-93ad-03b4bcc131cd", "LevelId": "0d298631-9693-4c6a-aaa5-bd849005d564", "CategoryId": "383a8960-668d-4aa0-bfbc-8a6a8c61301f", "SectorId": "f7267f91-9f83-4812-be70-2b9b11b9f9bb", "SubSectorId": "bc09882a-e403-4841-a5ff-2f058bf34d68", "Status": "88dbfa67-87c2-4adf-944a-867441b6f624", "Source": "sample string 4" } ] }
text/html, multipart/form-data
Sample:
{"ScheduleDate":"2025-07-12T11:35:46.8230457+04:00","ScheduleEntryDetails":[{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2025-07-12T11:35:46.8230457+04:00","DivisionId":"5e53e6d1-f33d-4344-bf51-3504cfb0d480","AssetId":"625bf0d5-94fe-4706-8a4b-3a453b682395","BuildingId":"d18135a2-6e74-4a98-840f-5d44e9da8dab","SubBuildingId":"7d42e311-de53-424d-aaf6-45192bf7a87f","LocationId":"ff941014-5e0e-4b3b-93ad-03b4bcc131cd","LevelId":"0d298631-9693-4c6a-aaa5-bd849005d564","CategoryId":"383a8960-668d-4aa0-bfbc-8a6a8c61301f","SectorId":"f7267f91-9f83-4812-be70-2b9b11b9f9bb","SubSectorId":"bc09882a-e403-4841-a5ff-2f058bf34d68","Status":"88dbfa67-87c2-4adf-944a-867441b6f624","Source":"sample string 4"},{"Id":1,"CheckListTitle":"sample string 2","ScheduleDate":"2025-07-12T11:35:46.8230457+04:00","DivisionId":"5e53e6d1-f33d-4344-bf51-3504cfb0d480","AssetId":"625bf0d5-94fe-4706-8a4b-3a453b682395","BuildingId":"d18135a2-6e74-4a98-840f-5d44e9da8dab","SubBuildingId":"7d42e311-de53-424d-aaf6-45192bf7a87f","LocationId":"ff941014-5e0e-4b3b-93ad-03b4bcc131cd","LevelId":"0d298631-9693-4c6a-aaa5-bd849005d564","CategoryId":"383a8960-668d-4aa0-bfbc-8a6a8c61301f","SectorId":"f7267f91-9f83-4812-be70-2b9b11b9f9bb","SubSectorId":"bc09882a-e403-4841-a5ff-2f058bf34d68","Status":"88dbfa67-87c2-4adf-944a-867441b6f624","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-07-12T11:35:46.8230457+04:00</ScheduleDate> <ScheduleEntryDetails> <ScheduleEntryDetailsDTO> <AssetId>625bf0d5-94fe-4706-8a4b-3a453b682395</AssetId> <BuildingId>d18135a2-6e74-4a98-840f-5d44e9da8dab</BuildingId> <CategoryId>383a8960-668d-4aa0-bfbc-8a6a8c61301f</CategoryId> <CheckListTitle>sample string 2</CheckListTitle> <DivisionId>5e53e6d1-f33d-4344-bf51-3504cfb0d480</DivisionId> <Id>1</Id> <LevelId>0d298631-9693-4c6a-aaa5-bd849005d564</LevelId> <LocationId>ff941014-5e0e-4b3b-93ad-03b4bcc131cd</LocationId> <ScheduleDate>2025-07-12T11:35:46.8230457+04:00</ScheduleDate> <SectorId>f7267f91-9f83-4812-be70-2b9b11b9f9bb</SectorId> <Source>sample string 4</Source> <Status>88dbfa67-87c2-4adf-944a-867441b6f624</Status> <SubBuildingId>7d42e311-de53-424d-aaf6-45192bf7a87f</SubBuildingId> <SubSectorId>bc09882a-e403-4841-a5ff-2f058bf34d68</SubSectorId> </ScheduleEntryDetailsDTO> <ScheduleEntryDetailsDTO> <AssetId>625bf0d5-94fe-4706-8a4b-3a453b682395</AssetId> <BuildingId>d18135a2-6e74-4a98-840f-5d44e9da8dab</BuildingId> <CategoryId>383a8960-668d-4aa0-bfbc-8a6a8c61301f</CategoryId> <CheckListTitle>sample string 2</CheckListTitle> <DivisionId>5e53e6d1-f33d-4344-bf51-3504cfb0d480</DivisionId> <Id>1</Id> <LevelId>0d298631-9693-4c6a-aaa5-bd849005d564</LevelId> <LocationId>ff941014-5e0e-4b3b-93ad-03b4bcc131cd</LocationId> <ScheduleDate>2025-07-12T11:35:46.8230457+04:00</ScheduleDate> <SectorId>f7267f91-9f83-4812-be70-2b9b11b9f9bb</SectorId> <Source>sample string 4</Source> <Status>88dbfa67-87c2-4adf-944a-867441b6f624</Status> <SubBuildingId>7d42e311-de53-424d-aaf6-45192bf7a87f</SubBuildingId> <SubSectorId>bc09882a-e403-4841-a5ff-2f058bf34d68</SubSectorId> </ScheduleEntryDetailsDTO> </ScheduleEntryDetails> </ScheduleEntryDetailsDateGroupingDTO>