GET v1/TrainingScheduleDate/List?trainingScheduleGuid={trainingScheduleGuid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
trainingScheduleGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TrainingScheduleDateListViewModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of TrainingScheduleDateListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "Guid": "0de86646-9ee9-47f9-af42-2ebc719338cb", "Date": "2025-08-27T17:24:23.4744827+00:00", "TrainingScheduleGuid": "80f7f05b-f5c6-4621-9148-5585a925f9de", "Daypart": "sample string 4", "Created": "2025-08-27T17:24:23.4744827+00:00", "Modified": "2025-08-27T17:24:23.4744827+00:00", "Deleted": "2025-08-27T17:24:23.4744827+00:00" }, { "Guid": "0de86646-9ee9-47f9-af42-2ebc719338cb", "Date": "2025-08-27T17:24:23.4744827+00:00", "TrainingScheduleGuid": "80f7f05b-f5c6-4621-9148-5585a925f9de", "Daypart": "sample string 4", "Created": "2025-08-27T17:24:23.4744827+00:00", "Modified": "2025-08-27T17:24:23.4744827+00:00", "Deleted": "2025-08-27T17:24:23.4744827+00:00" } ] }
application/octet-stream
Sample:
{"Items":[{"Guid":"0de86646-9ee9-47f9-af42-2ebc719338cb","Date":"2025-08-27T17:24:23.4744827+00:00","TrainingScheduleGuid":"80f7f05b-f5c6-4621-9148-5585a925f9de","Daypart":"sample string 4","Created":"2025-08-27T17:24:23.4744827+00:00","Modified":"2025-08-27T17:24:23.4744827+00:00","Deleted":"2025-08-27T17:24:23.4744827+00:00"},{"Guid":"0de86646-9ee9-47f9-af42-2ebc719338cb","Date":"2025-08-27T17:24:23.4744827+00:00","TrainingScheduleGuid":"80f7f05b-f5c6-4621-9148-5585a925f9de","Daypart":"sample string 4","Created":"2025-08-27T17:24:23.4744827+00:00","Modified":"2025-08-27T17:24:23.4744827+00:00","Deleted":"2025-08-27T17:24:23.4744827+00:00"}]}
application/xml, text/xml
Sample:
<TrainingScheduleDateListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List"> <Items> <TrainingScheduleDateListItemViewModel> <Created>2025-08-27T17:24:23.4744827+00:00</Created> <Date>2025-08-27T17:24:23.4744827+00:00</Date> <Daypart>sample string 4</Daypart> <Deleted>2025-08-27T17:24:23.4744827+00:00</Deleted> <Guid>0de86646-9ee9-47f9-af42-2ebc719338cb</Guid> <Modified>2025-08-27T17:24:23.4744827+00:00</Modified> <TrainingScheduleGuid>80f7f05b-f5c6-4621-9148-5585a925f9de</TrainingScheduleGuid> </TrainingScheduleDateListItemViewModel> <TrainingScheduleDateListItemViewModel> <Created>2025-08-27T17:24:23.4744827+00:00</Created> <Date>2025-08-27T17:24:23.4744827+00:00</Date> <Daypart>sample string 4</Daypart> <Deleted>2025-08-27T17:24:23.4744827+00:00</Deleted> <Guid>0de86646-9ee9-47f9-af42-2ebc719338cb</Guid> <Modified>2025-08-27T17:24:23.4744827+00:00</Modified> <TrainingScheduleGuid>80f7f05b-f5c6-4621-9148-5585a925f9de</TrainingScheduleGuid> </TrainingScheduleDateListItemViewModel> </Items> </TrainingScheduleDateListViewModel>