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
EventDateListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of EventDateListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Date": "2026-03-21T04:38:45.7638841+00:00",
"EventLocationGuid": "55bf16e0-4743-4689-a5f8-f8fee7b05db2",
"EventLocationName": "sample string 2",
"EventGuid": "6fcfef4a-5255-4106-b53a-e1195ba8b2e3",
"Guid": "28f3e8a5-caee-4198-a305-b05b072e351b",
"Created": "2026-03-21T04:38:45.7638841+00:00",
"Modified": "2026-03-21T04:38:45.7638841+00:00",
"Deleted": "2026-03-21T04:38:45.7638841+00:00",
"HasActivitySchedules": true
},
{
"Date": "2026-03-21T04:38:45.7638841+00:00",
"EventLocationGuid": "55bf16e0-4743-4689-a5f8-f8fee7b05db2",
"EventLocationName": "sample string 2",
"EventGuid": "6fcfef4a-5255-4106-b53a-e1195ba8b2e3",
"Guid": "28f3e8a5-caee-4198-a305-b05b072e351b",
"Created": "2026-03-21T04:38:45.7638841+00:00",
"Modified": "2026-03-21T04:38:45.7638841+00:00",
"Deleted": "2026-03-21T04:38:45.7638841+00:00",
"HasActivitySchedules": true
}
]
}
application/octet-stream
Sample:
{"Items":[{"Date":"2026-03-21T04:38:45.7638841+00:00","EventLocationGuid":"55bf16e0-4743-4689-a5f8-f8fee7b05db2","EventLocationName":"sample string 2","EventGuid":"6fcfef4a-5255-4106-b53a-e1195ba8b2e3","Guid":"28f3e8a5-caee-4198-a305-b05b072e351b","Created":"2026-03-21T04:38:45.7638841+00:00","Modified":"2026-03-21T04:38:45.7638841+00:00","Deleted":"2026-03-21T04:38:45.7638841+00:00","HasActivitySchedules":true},{"Date":"2026-03-21T04:38:45.7638841+00:00","EventLocationGuid":"55bf16e0-4743-4689-a5f8-f8fee7b05db2","EventLocationName":"sample string 2","EventGuid":"6fcfef4a-5255-4106-b53a-e1195ba8b2e3","Guid":"28f3e8a5-caee-4198-a305-b05b072e351b","Created":"2026-03-21T04:38:45.7638841+00:00","Modified":"2026-03-21T04:38:45.7638841+00:00","Deleted":"2026-03-21T04:38:45.7638841+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>2026-03-21T04:38:45.7638841+00:00</Created>
<Date>2026-03-21T04:38:45.7638841+00:00</Date>
<Deleted>2026-03-21T04:38:45.7638841+00:00</Deleted>
<EventGuid>6fcfef4a-5255-4106-b53a-e1195ba8b2e3</EventGuid>
<EventLocationGuid>55bf16e0-4743-4689-a5f8-f8fee7b05db2</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>28f3e8a5-caee-4198-a305-b05b072e351b</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-03-21T04:38:45.7638841+00:00</Modified>
</EventDateListItemViewModel>
<EventDateListItemViewModel>
<Created>2026-03-21T04:38:45.7638841+00:00</Created>
<Date>2026-03-21T04:38:45.7638841+00:00</Date>
<Deleted>2026-03-21T04:38:45.7638841+00:00</Deleted>
<EventGuid>6fcfef4a-5255-4106-b53a-e1195ba8b2e3</EventGuid>
<EventLocationGuid>55bf16e0-4743-4689-a5f8-f8fee7b05db2</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>28f3e8a5-caee-4198-a305-b05b072e351b</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-03-21T04:38:45.7638841+00:00</Modified>
</EventDateListItemViewModel>
</Items>
</EventDateListViewModel>