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-09-13T04:41:29.4562724+00:00", "EventLocationGuid": "7b412d0c-b921-4653-ac8c-a8e2c2ef4016", "EventLocationName": "sample string 2", "EventGuid": "37205a4c-845f-4e73-b9ad-d2f629028fe3", "Guid": "78e413fe-23a0-49e2-a37a-6b6632f4673c", "Created": "2025-09-13T04:41:29.4562724+00:00", "Modified": "2025-09-13T04:41:29.4562724+00:00", "Deleted": "2025-09-13T04:41:29.4562724+00:00", "HasActivitySchedules": true }, { "Date": "2025-09-13T04:41:29.4562724+00:00", "EventLocationGuid": "7b412d0c-b921-4653-ac8c-a8e2c2ef4016", "EventLocationName": "sample string 2", "EventGuid": "37205a4c-845f-4e73-b9ad-d2f629028fe3", "Guid": "78e413fe-23a0-49e2-a37a-6b6632f4673c", "Created": "2025-09-13T04:41:29.4562724+00:00", "Modified": "2025-09-13T04:41:29.4562724+00:00", "Deleted": "2025-09-13T04:41:29.4562724+00:00", "HasActivitySchedules": true } ] }
application/octet-stream
Sample:
{"Items":[{"Date":"2025-09-13T04:41:29.4562724+00:00","EventLocationGuid":"7b412d0c-b921-4653-ac8c-a8e2c2ef4016","EventLocationName":"sample string 2","EventGuid":"37205a4c-845f-4e73-b9ad-d2f629028fe3","Guid":"78e413fe-23a0-49e2-a37a-6b6632f4673c","Created":"2025-09-13T04:41:29.4562724+00:00","Modified":"2025-09-13T04:41:29.4562724+00:00","Deleted":"2025-09-13T04:41:29.4562724+00:00","HasActivitySchedules":true},{"Date":"2025-09-13T04:41:29.4562724+00:00","EventLocationGuid":"7b412d0c-b921-4653-ac8c-a8e2c2ef4016","EventLocationName":"sample string 2","EventGuid":"37205a4c-845f-4e73-b9ad-d2f629028fe3","Guid":"78e413fe-23a0-49e2-a37a-6b6632f4673c","Created":"2025-09-13T04:41:29.4562724+00:00","Modified":"2025-09-13T04:41:29.4562724+00:00","Deleted":"2025-09-13T04:41:29.4562724+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-09-13T04:41:29.4562724+00:00</Created> <Date>2025-09-13T04:41:29.4562724+00:00</Date> <Deleted>2025-09-13T04:41:29.4562724+00:00</Deleted> <EventGuid>37205a4c-845f-4e73-b9ad-d2f629028fe3</EventGuid> <EventLocationGuid>7b412d0c-b921-4653-ac8c-a8e2c2ef4016</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>78e413fe-23a0-49e2-a37a-6b6632f4673c</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2025-09-13T04:41:29.4562724+00:00</Modified> </EventDateListItemViewModel> <EventDateListItemViewModel> <Created>2025-09-13T04:41:29.4562724+00:00</Created> <Date>2025-09-13T04:41:29.4562724+00:00</Date> <Deleted>2025-09-13T04:41:29.4562724+00:00</Deleted> <EventGuid>37205a4c-845f-4e73-b9ad-d2f629028fe3</EventGuid> <EventLocationGuid>7b412d0c-b921-4653-ac8c-a8e2c2ef4016</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>78e413fe-23a0-49e2-a37a-6b6632f4673c</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2025-09-13T04:41:29.4562724+00:00</Modified> </EventDateListItemViewModel> </Items> </EventDateListViewModel>