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": "7f926248-b327-49e7-8356-52fbdabb1544", "Date": "2025-09-13T04:47:13.1001257+00:00", "TrainingScheduleGuid": "721ab6e7-2f10-4169-858a-16dd08720fdf", "Daypart": "sample string 4", "Created": "2025-09-13T04:47:13.1001257+00:00", "Modified": "2025-09-13T04:47:13.1001257+00:00", "Deleted": "2025-09-13T04:47:13.1001257+00:00" }, { "Guid": "7f926248-b327-49e7-8356-52fbdabb1544", "Date": "2025-09-13T04:47:13.1001257+00:00", "TrainingScheduleGuid": "721ab6e7-2f10-4169-858a-16dd08720fdf", "Daypart": "sample string 4", "Created": "2025-09-13T04:47:13.1001257+00:00", "Modified": "2025-09-13T04:47:13.1001257+00:00", "Deleted": "2025-09-13T04:47:13.1001257+00:00" } ] }
application/octet-stream
Sample:
{"Items":[{"Guid":"7f926248-b327-49e7-8356-52fbdabb1544","Date":"2025-09-13T04:47:13.1001257+00:00","TrainingScheduleGuid":"721ab6e7-2f10-4169-858a-16dd08720fdf","Daypart":"sample string 4","Created":"2025-09-13T04:47:13.1001257+00:00","Modified":"2025-09-13T04:47:13.1001257+00:00","Deleted":"2025-09-13T04:47:13.1001257+00:00"},{"Guid":"7f926248-b327-49e7-8356-52fbdabb1544","Date":"2025-09-13T04:47:13.1001257+00:00","TrainingScheduleGuid":"721ab6e7-2f10-4169-858a-16dd08720fdf","Daypart":"sample string 4","Created":"2025-09-13T04:47:13.1001257+00:00","Modified":"2025-09-13T04:47:13.1001257+00:00","Deleted":"2025-09-13T04:47:13.1001257+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-09-13T04:47:13.1001257+00:00</Created> <Date>2025-09-13T04:47:13.1001257+00:00</Date> <Daypart>sample string 4</Daypart> <Deleted>2025-09-13T04:47:13.1001257+00:00</Deleted> <Guid>7f926248-b327-49e7-8356-52fbdabb1544</Guid> <Modified>2025-09-13T04:47:13.1001257+00:00</Modified> <TrainingScheduleGuid>721ab6e7-2f10-4169-858a-16dd08720fdf</TrainingScheduleGuid> </TrainingScheduleDateListItemViewModel> <TrainingScheduleDateListItemViewModel> <Created>2025-09-13T04:47:13.1001257+00:00</Created> <Date>2025-09-13T04:47:13.1001257+00:00</Date> <Daypart>sample string 4</Daypart> <Deleted>2025-09-13T04:47:13.1001257+00:00</Deleted> <Guid>7f926248-b327-49e7-8356-52fbdabb1544</Guid> <Modified>2025-09-13T04:47:13.1001257+00:00</Modified> <TrainingScheduleGuid>721ab6e7-2f10-4169-858a-16dd08720fdf</TrainingScheduleGuid> </TrainingScheduleDateListItemViewModel> </Items> </TrainingScheduleDateListViewModel>