GET v1/EventDate/List?eventGuid={eventGuid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
EventDateListViewModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of EventDateListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "Date": "2025-06-27T10:49:24.5707032+00:00", "EventLocationGuid": "1b824547-a53b-4e2b-afb1-099546757b1e", "EventLocationName": "sample string 2", "EventGuid": "722806d1-adb2-4a34-ab80-d1a4f70c5d44", "Guid": "1367af2d-a149-492a-a8f0-05b45c4bc164", "Created": "2025-06-27T10:49:24.5707032+00:00", "Modified": "2025-06-27T10:49:24.5707032+00:00", "Deleted": "2025-06-27T10:49:24.5707032+00:00", "HasActivitySchedules": true }, { "Date": "2025-06-27T10:49:24.5707032+00:00", "EventLocationGuid": "1b824547-a53b-4e2b-afb1-099546757b1e", "EventLocationName": "sample string 2", "EventGuid": "722806d1-adb2-4a34-ab80-d1a4f70c5d44", "Guid": "1367af2d-a149-492a-a8f0-05b45c4bc164", "Created": "2025-06-27T10:49:24.5707032+00:00", "Modified": "2025-06-27T10:49:24.5707032+00:00", "Deleted": "2025-06-27T10:49:24.5707032+00:00", "HasActivitySchedules": true } ] }
application/octet-stream
Sample:
{"Items":[{"Date":"2025-06-27T10:49:24.5707032+00:00","EventLocationGuid":"1b824547-a53b-4e2b-afb1-099546757b1e","EventLocationName":"sample string 2","EventGuid":"722806d1-adb2-4a34-ab80-d1a4f70c5d44","Guid":"1367af2d-a149-492a-a8f0-05b45c4bc164","Created":"2025-06-27T10:49:24.5707032+00:00","Modified":"2025-06-27T10:49:24.5707032+00:00","Deleted":"2025-06-27T10:49:24.5707032+00:00","HasActivitySchedules":true},{"Date":"2025-06-27T10:49:24.5707032+00:00","EventLocationGuid":"1b824547-a53b-4e2b-afb1-099546757b1e","EventLocationName":"sample string 2","EventGuid":"722806d1-adb2-4a34-ab80-d1a4f70c5d44","Guid":"1367af2d-a149-492a-a8f0-05b45c4bc164","Created":"2025-06-27T10:49:24.5707032+00:00","Modified":"2025-06-27T10:49:24.5707032+00:00","Deleted":"2025-06-27T10:49:24.5707032+00:00","HasActivitySchedules":true}]}
application/xml, text/xml
Sample:
<EventDateListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List"> <Items> <EventDateListItemViewModel> <Created>2025-06-27T10:49:24.5707032+00:00</Created> <Date>2025-06-27T10:49:24.5707032+00:00</Date> <Deleted>2025-06-27T10:49:24.5707032+00:00</Deleted> <EventGuid>722806d1-adb2-4a34-ab80-d1a4f70c5d44</EventGuid> <EventLocationGuid>1b824547-a53b-4e2b-afb1-099546757b1e</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>1367af2d-a149-492a-a8f0-05b45c4bc164</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2025-06-27T10:49:24.5707032+00:00</Modified> </EventDateListItemViewModel> <EventDateListItemViewModel> <Created>2025-06-27T10:49:24.5707032+00:00</Created> <Date>2025-06-27T10:49:24.5707032+00:00</Date> <Deleted>2025-06-27T10:49:24.5707032+00:00</Deleted> <EventGuid>722806d1-adb2-4a34-ab80-d1a4f70c5d44</EventGuid> <EventLocationGuid>1b824547-a53b-4e2b-afb1-099546757b1e</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>1367af2d-a149-492a-a8f0-05b45c4bc164</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2025-06-27T10:49:24.5707032+00:00</Modified> </EventDateListItemViewModel> </Items> </EventDateListViewModel>