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-07-27T18:49:33.6080763+00:00",
"EventLocationGuid": "de1e1f4a-8e88-4198-b411-0e3b02888156",
"EventLocationName": "sample string 2",
"EventGuid": "4faed977-b77e-492a-9c6e-48414cd6c18e",
"Guid": "74bdda5c-b9b3-4f53-be88-ce7e5d2ed87e",
"Created": "2026-07-27T18:49:33.6080763+00:00",
"Modified": "2026-07-27T18:49:33.6080763+00:00",
"Deleted": "2026-07-27T18:49:33.6080763+00:00",
"HasActivitySchedules": true
},
{
"Date": "2026-07-27T18:49:33.6080763+00:00",
"EventLocationGuid": "de1e1f4a-8e88-4198-b411-0e3b02888156",
"EventLocationName": "sample string 2",
"EventGuid": "4faed977-b77e-492a-9c6e-48414cd6c18e",
"Guid": "74bdda5c-b9b3-4f53-be88-ce7e5d2ed87e",
"Created": "2026-07-27T18:49:33.6080763+00:00",
"Modified": "2026-07-27T18:49:33.6080763+00:00",
"Deleted": "2026-07-27T18:49:33.6080763+00:00",
"HasActivitySchedules": true
}
]
}
application/octet-stream
Sample:
{"Items":[{"Date":"2026-07-27T18:49:33.6080763+00:00","EventLocationGuid":"de1e1f4a-8e88-4198-b411-0e3b02888156","EventLocationName":"sample string 2","EventGuid":"4faed977-b77e-492a-9c6e-48414cd6c18e","Guid":"74bdda5c-b9b3-4f53-be88-ce7e5d2ed87e","Created":"2026-07-27T18:49:33.6080763+00:00","Modified":"2026-07-27T18:49:33.6080763+00:00","Deleted":"2026-07-27T18:49:33.6080763+00:00","HasActivitySchedules":true},{"Date":"2026-07-27T18:49:33.6080763+00:00","EventLocationGuid":"de1e1f4a-8e88-4198-b411-0e3b02888156","EventLocationName":"sample string 2","EventGuid":"4faed977-b77e-492a-9c6e-48414cd6c18e","Guid":"74bdda5c-b9b3-4f53-be88-ce7e5d2ed87e","Created":"2026-07-27T18:49:33.6080763+00:00","Modified":"2026-07-27T18:49:33.6080763+00:00","Deleted":"2026-07-27T18:49:33.6080763+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-07-27T18:49:33.6080763+00:00</Created>
<Date>2026-07-27T18:49:33.6080763+00:00</Date>
<Deleted>2026-07-27T18:49:33.6080763+00:00</Deleted>
<EventGuid>4faed977-b77e-492a-9c6e-48414cd6c18e</EventGuid>
<EventLocationGuid>de1e1f4a-8e88-4198-b411-0e3b02888156</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>74bdda5c-b9b3-4f53-be88-ce7e5d2ed87e</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-07-27T18:49:33.6080763+00:00</Modified>
</EventDateListItemViewModel>
<EventDateListItemViewModel>
<Created>2026-07-27T18:49:33.6080763+00:00</Created>
<Date>2026-07-27T18:49:33.6080763+00:00</Date>
<Deleted>2026-07-27T18:49:33.6080763+00:00</Deleted>
<EventGuid>4faed977-b77e-492a-9c6e-48414cd6c18e</EventGuid>
<EventLocationGuid>de1e1f4a-8e88-4198-b411-0e3b02888156</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>74bdda5c-b9b3-4f53-be88-ce7e5d2ed87e</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-07-27T18:49:33.6080763+00:00</Modified>
</EventDateListItemViewModel>
</Items>
</EventDateListViewModel>