GET v1/Event/EventDates?eventId={eventId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | 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-04-18T22:30:10.2145279+00:00",
"EventLocationGuid": "1a1801a7-0492-4a7c-b1c5-fb3cadd9ed10",
"EventLocationName": "sample string 2",
"EventGuid": "7f05b9df-a12b-4ab2-95b0-fb83a4a11e47",
"Guid": "b9cb5d18-f54f-4686-8569-d3d3bfd7dfbb",
"Created": "2026-04-18T22:30:10.2145279+00:00",
"Modified": "2026-04-18T22:30:10.2145279+00:00",
"Deleted": "2026-04-18T22:30:10.2145279+00:00",
"HasActivitySchedules": true
},
{
"Date": "2026-04-18T22:30:10.2145279+00:00",
"EventLocationGuid": "1a1801a7-0492-4a7c-b1c5-fb3cadd9ed10",
"EventLocationName": "sample string 2",
"EventGuid": "7f05b9df-a12b-4ab2-95b0-fb83a4a11e47",
"Guid": "b9cb5d18-f54f-4686-8569-d3d3bfd7dfbb",
"Created": "2026-04-18T22:30:10.2145279+00:00",
"Modified": "2026-04-18T22:30:10.2145279+00:00",
"Deleted": "2026-04-18T22:30:10.2145279+00:00",
"HasActivitySchedules": true
}
]
}
application/octet-stream
Sample:
{"Items":[{"Date":"2026-04-18T22:30:10.2145279+00:00","EventLocationGuid":"1a1801a7-0492-4a7c-b1c5-fb3cadd9ed10","EventLocationName":"sample string 2","EventGuid":"7f05b9df-a12b-4ab2-95b0-fb83a4a11e47","Guid":"b9cb5d18-f54f-4686-8569-d3d3bfd7dfbb","Created":"2026-04-18T22:30:10.2145279+00:00","Modified":"2026-04-18T22:30:10.2145279+00:00","Deleted":"2026-04-18T22:30:10.2145279+00:00","HasActivitySchedules":true},{"Date":"2026-04-18T22:30:10.2145279+00:00","EventLocationGuid":"1a1801a7-0492-4a7c-b1c5-fb3cadd9ed10","EventLocationName":"sample string 2","EventGuid":"7f05b9df-a12b-4ab2-95b0-fb83a4a11e47","Guid":"b9cb5d18-f54f-4686-8569-d3d3bfd7dfbb","Created":"2026-04-18T22:30:10.2145279+00:00","Modified":"2026-04-18T22:30:10.2145279+00:00","Deleted":"2026-04-18T22:30:10.2145279+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-04-18T22:30:10.2145279+00:00</Created>
<Date>2026-04-18T22:30:10.2145279+00:00</Date>
<Deleted>2026-04-18T22:30:10.2145279+00:00</Deleted>
<EventGuid>7f05b9df-a12b-4ab2-95b0-fb83a4a11e47</EventGuid>
<EventLocationGuid>1a1801a7-0492-4a7c-b1c5-fb3cadd9ed10</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>b9cb5d18-f54f-4686-8569-d3d3bfd7dfbb</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-04-18T22:30:10.2145279+00:00</Modified>
</EventDateListItemViewModel>
<EventDateListItemViewModel>
<Created>2026-04-18T22:30:10.2145279+00:00</Created>
<Date>2026-04-18T22:30:10.2145279+00:00</Date>
<Deleted>2026-04-18T22:30:10.2145279+00:00</Deleted>
<EventGuid>7f05b9df-a12b-4ab2-95b0-fb83a4a11e47</EventGuid>
<EventLocationGuid>1a1801a7-0492-4a7c-b1c5-fb3cadd9ed10</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>b9cb5d18-f54f-4686-8569-d3d3bfd7dfbb</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-04-18T22:30:10.2145279+00:00</Modified>
</EventDateListItemViewModel>
</Items>
</EventDateListViewModel>