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": "2025-10-23T04:27:00.826318+00:00",
"EventLocationGuid": "05c08299-6aeb-45d7-9870-9230c03b0be0",
"EventLocationName": "sample string 2",
"EventGuid": "fbef8d56-0132-4e73-904d-75d09fbaf507",
"Guid": "efc517dd-1415-4e22-90f7-552e4f379c03",
"Created": "2025-10-23T04:27:00.826318+00:00",
"Modified": "2025-10-23T04:27:00.826318+00:00",
"Deleted": "2025-10-23T04:27:00.826318+00:00",
"HasActivitySchedules": true
},
{
"Date": "2025-10-23T04:27:00.826318+00:00",
"EventLocationGuid": "05c08299-6aeb-45d7-9870-9230c03b0be0",
"EventLocationName": "sample string 2",
"EventGuid": "fbef8d56-0132-4e73-904d-75d09fbaf507",
"Guid": "efc517dd-1415-4e22-90f7-552e4f379c03",
"Created": "2025-10-23T04:27:00.826318+00:00",
"Modified": "2025-10-23T04:27:00.826318+00:00",
"Deleted": "2025-10-23T04:27:00.826318+00:00",
"HasActivitySchedules": true
}
]
}
application/octet-stream
Sample:
{"Items":[{"Date":"2025-10-23T04:27:00.826318+00:00","EventLocationGuid":"05c08299-6aeb-45d7-9870-9230c03b0be0","EventLocationName":"sample string 2","EventGuid":"fbef8d56-0132-4e73-904d-75d09fbaf507","Guid":"efc517dd-1415-4e22-90f7-552e4f379c03","Created":"2025-10-23T04:27:00.826318+00:00","Modified":"2025-10-23T04:27:00.826318+00:00","Deleted":"2025-10-23T04:27:00.826318+00:00","HasActivitySchedules":true},{"Date":"2025-10-23T04:27:00.826318+00:00","EventLocationGuid":"05c08299-6aeb-45d7-9870-9230c03b0be0","EventLocationName":"sample string 2","EventGuid":"fbef8d56-0132-4e73-904d-75d09fbaf507","Guid":"efc517dd-1415-4e22-90f7-552e4f379c03","Created":"2025-10-23T04:27:00.826318+00:00","Modified":"2025-10-23T04:27:00.826318+00:00","Deleted":"2025-10-23T04:27:00.826318+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-10-23T04:27:00.826318+00:00</Created>
<Date>2025-10-23T04:27:00.826318+00:00</Date>
<Deleted>2025-10-23T04:27:00.826318+00:00</Deleted>
<EventGuid>fbef8d56-0132-4e73-904d-75d09fbaf507</EventGuid>
<EventLocationGuid>05c08299-6aeb-45d7-9870-9230c03b0be0</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>efc517dd-1415-4e22-90f7-552e4f379c03</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2025-10-23T04:27:00.826318+00:00</Modified>
</EventDateListItemViewModel>
<EventDateListItemViewModel>
<Created>2025-10-23T04:27:00.826318+00:00</Created>
<Date>2025-10-23T04:27:00.826318+00:00</Date>
<Deleted>2025-10-23T04:27:00.826318+00:00</Deleted>
<EventGuid>fbef8d56-0132-4e73-904d-75d09fbaf507</EventGuid>
<EventLocationGuid>05c08299-6aeb-45d7-9870-9230c03b0be0</EventLocationGuid>
<EventLocationName>sample string 2</EventLocationName>
<Guid>efc517dd-1415-4e22-90f7-552e4f379c03</Guid>
<HasActivitySchedules>true</HasActivitySchedules>
<Modified>2025-10-23T04:27:00.826318+00:00</Modified>
</EventDateListItemViewModel>
</Items>
</EventDateListViewModel>