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
EventDateListViewModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of EventDateListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "Date": "2025-06-25T18:16:06.5985007+00:00", "EventLocationGuid": "a70ce4eb-cd2f-466b-a892-d55d273cbd91", "EventLocationName": "sample string 2", "EventGuid": "66bdf3c2-dc64-4d32-a38c-6e3d11e19f04", "Guid": "19ab5483-0f77-4d07-b1b1-6f2cb80f9a3f", "Created": "2025-06-25T18:16:06.5985007+00:00", "Modified": "2025-06-25T18:16:06.5985007+00:00", "Deleted": "2025-06-25T18:16:06.5985007+00:00", "HasActivitySchedules": true }, { "Date": "2025-06-25T18:16:06.5985007+00:00", "EventLocationGuid": "a70ce4eb-cd2f-466b-a892-d55d273cbd91", "EventLocationName": "sample string 2", "EventGuid": "66bdf3c2-dc64-4d32-a38c-6e3d11e19f04", "Guid": "19ab5483-0f77-4d07-b1b1-6f2cb80f9a3f", "Created": "2025-06-25T18:16:06.5985007+00:00", "Modified": "2025-06-25T18:16:06.5985007+00:00", "Deleted": "2025-06-25T18:16:06.5985007+00:00", "HasActivitySchedules": true } ] }
application/octet-stream
Sample:
{"Items":[{"Date":"2025-06-25T18:16:06.5985007+00:00","EventLocationGuid":"a70ce4eb-cd2f-466b-a892-d55d273cbd91","EventLocationName":"sample string 2","EventGuid":"66bdf3c2-dc64-4d32-a38c-6e3d11e19f04","Guid":"19ab5483-0f77-4d07-b1b1-6f2cb80f9a3f","Created":"2025-06-25T18:16:06.5985007+00:00","Modified":"2025-06-25T18:16:06.5985007+00:00","Deleted":"2025-06-25T18:16:06.5985007+00:00","HasActivitySchedules":true},{"Date":"2025-06-25T18:16:06.5985007+00:00","EventLocationGuid":"a70ce4eb-cd2f-466b-a892-d55d273cbd91","EventLocationName":"sample string 2","EventGuid":"66bdf3c2-dc64-4d32-a38c-6e3d11e19f04","Guid":"19ab5483-0f77-4d07-b1b1-6f2cb80f9a3f","Created":"2025-06-25T18:16:06.5985007+00:00","Modified":"2025-06-25T18:16:06.5985007+00:00","Deleted":"2025-06-25T18:16:06.5985007+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-06-25T18:16:06.5985007+00:00</Created> <Date>2025-06-25T18:16:06.5985007+00:00</Date> <Deleted>2025-06-25T18:16:06.5985007+00:00</Deleted> <EventGuid>66bdf3c2-dc64-4d32-a38c-6e3d11e19f04</EventGuid> <EventLocationGuid>a70ce4eb-cd2f-466b-a892-d55d273cbd91</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>19ab5483-0f77-4d07-b1b1-6f2cb80f9a3f</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2025-06-25T18:16:06.5985007+00:00</Modified> </EventDateListItemViewModel> <EventDateListItemViewModel> <Created>2025-06-25T18:16:06.5985007+00:00</Created> <Date>2025-06-25T18:16:06.5985007+00:00</Date> <Deleted>2025-06-25T18:16:06.5985007+00:00</Deleted> <EventGuid>66bdf3c2-dc64-4d32-a38c-6e3d11e19f04</EventGuid> <EventLocationGuid>a70ce4eb-cd2f-466b-a892-d55d273cbd91</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>19ab5483-0f77-4d07-b1b1-6f2cb80f9a3f</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2025-06-25T18:16:06.5985007+00:00</Modified> </EventDateListItemViewModel> </Items> </EventDateListViewModel>