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-09-27T07:19:27.8196731+00:00",
"EventLocationGuid": "94250ac2-c7a2-4de2-b0a6-f326260e8e36",
"EventLocationName": "sample string 2",
"EventGuid": "43e34064-9bc5-44e5-8dd9-2ed2de587636",
"Guid": "1a4abea5-a95a-4d52-a621-3d202228c789",
"Created": "2026-09-27T07:19:27.8196731+00:00",
"Modified": "2026-09-27T07:19:27.8196731+00:00",
"Deleted": "2026-09-27T07:19:27.8196731+00:00",
"HasActivitySchedules": true
},
{
"Date": "2026-09-27T07:19:27.8196731+00:00",
"EventLocationGuid": "94250ac2-c7a2-4de2-b0a6-f326260e8e36",
"EventLocationName": "sample string 2",
"EventGuid": "43e34064-9bc5-44e5-8dd9-2ed2de587636",
"Guid": "1a4abea5-a95a-4d52-a621-3d202228c789",
"Created": "2026-09-27T07:19:27.8196731+00:00",
"Modified": "2026-09-27T07:19:27.8196731+00:00",
"Deleted": "2026-09-27T07:19:27.8196731+00:00",
"HasActivitySchedules": true
}
]
}
application/octet-stream
Sample:
{"Items":[{"Date":"2026-09-27T07:19:27.8196731+00:00","EventLocationGuid":"94250ac2-c7a2-4de2-b0a6-f326260e8e36","EventLocationName":"sample string 2","EventGuid":"43e34064-9bc5-44e5-8dd9-2ed2de587636","Guid":"1a4abea5-a95a-4d52-a621-3d202228c789","Created":"2026-09-27T07:19:27.8196731+00:00","Modified":"2026-09-27T07:19:27.8196731+00:00","Deleted":"2026-09-27T07:19:27.8196731+00:00","HasActivitySchedules":true},{"Date":"2026-09-27T07:19:27.8196731+00:00","EventLocationGuid":"94250ac2-c7a2-4de2-b0a6-f326260e8e36","EventLocationName":"sample string 2","EventGuid":"43e34064-9bc5-44e5-8dd9-2ed2de587636","Guid":"1a4abea5-a95a-4d52-a621-3d202228c789","Created":"2026-09-27T07:19:27.8196731+00:00","Modified":"2026-09-27T07:19:27.8196731+00:00","Deleted":"2026-09-27T07:19:27.8196731+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-09-27T07:19:27.8196731+00:00</Created>
<Date>2026-09-27T07:19:27.8196731+00:00</Date>
<Deleted>2026-09-27T07:19:27.8196731+00:00</Deleted>
<EventGuid>43e34064-9bc5-44e5-8dd9-2ed2de587636</EventGuid>
<EventLocationGuid>94250ac2-c7a2-4de2-b0a6-f326260e8e36</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>1a4abea5-a95a-4d52-a621-3d202228c789</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-09-27T07:19:27.8196731+00:00</Modified>
</EventDateListItemViewModel>
<EventDateListItemViewModel>
<Created>2026-09-27T07:19:27.8196731+00:00</Created>
<Date>2026-09-27T07:19:27.8196731+00:00</Date>
<Deleted>2026-09-27T07:19:27.8196731+00:00</Deleted>
<EventGuid>43e34064-9bc5-44e5-8dd9-2ed2de587636</EventGuid>
<EventLocationGuid>94250ac2-c7a2-4de2-b0a6-f326260e8e36</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>1a4abea5-a95a-4d52-a621-3d202228c789</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2026-09-27T07:19:27.8196731+00:00</Modified>
</EventDateListItemViewModel>
</Items>
</EventDateListViewModel>