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": "2023-12-08T22:10:19.6075665+00:00", "EventLocationGuid": "ef74864a-dc1e-4554-bcb7-6b03fab51fda", "EventLocationName": "sample string 2", "EventGuid": "fcddc6b5-57bb-4843-afc6-e828fef62222", "Guid": "c4e06bcc-b7b1-4b5c-8089-3c5c1919342b", "Created": "2023-12-08T22:10:19.6075665+00:00", "Modified": "2023-12-08T22:10:19.6075665+00:00", "Deleted": "2023-12-08T22:10:19.6075665+00:00", "HasActivitySchedules": true }, { "Date": "2023-12-08T22:10:19.6075665+00:00", "EventLocationGuid": "ef74864a-dc1e-4554-bcb7-6b03fab51fda", "EventLocationName": "sample string 2", "EventGuid": "fcddc6b5-57bb-4843-afc6-e828fef62222", "Guid": "c4e06bcc-b7b1-4b5c-8089-3c5c1919342b", "Created": "2023-12-08T22:10:19.6075665+00:00", "Modified": "2023-12-08T22:10:19.6075665+00:00", "Deleted": "2023-12-08T22:10:19.6075665+00:00", "HasActivitySchedules": true } ] }
application/octet-stream
Sample:
{"Items":[{"Date":"2023-12-08T22:10:19.6075665+00:00","EventLocationGuid":"ef74864a-dc1e-4554-bcb7-6b03fab51fda","EventLocationName":"sample string 2","EventGuid":"fcddc6b5-57bb-4843-afc6-e828fef62222","Guid":"c4e06bcc-b7b1-4b5c-8089-3c5c1919342b","Created":"2023-12-08T22:10:19.6075665+00:00","Modified":"2023-12-08T22:10:19.6075665+00:00","Deleted":"2023-12-08T22:10:19.6075665+00:00","HasActivitySchedules":true},{"Date":"2023-12-08T22:10:19.6075665+00:00","EventLocationGuid":"ef74864a-dc1e-4554-bcb7-6b03fab51fda","EventLocationName":"sample string 2","EventGuid":"fcddc6b5-57bb-4843-afc6-e828fef62222","Guid":"c4e06bcc-b7b1-4b5c-8089-3c5c1919342b","Created":"2023-12-08T22:10:19.6075665+00:00","Modified":"2023-12-08T22:10:19.6075665+00:00","Deleted":"2023-12-08T22:10:19.6075665+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>2023-12-08T22:10:19.6075665+00:00</Created> <Date>2023-12-08T22:10:19.6075665+00:00</Date> <Deleted>2023-12-08T22:10:19.6075665+00:00</Deleted> <EventGuid>fcddc6b5-57bb-4843-afc6-e828fef62222</EventGuid> <EventLocationGuid>ef74864a-dc1e-4554-bcb7-6b03fab51fda</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>c4e06bcc-b7b1-4b5c-8089-3c5c1919342b</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2023-12-08T22:10:19.6075665+00:00</Modified> </EventDateListItemViewModel> <EventDateListItemViewModel> <Created>2023-12-08T22:10:19.6075665+00:00</Created> <Date>2023-12-08T22:10:19.6075665+00:00</Date> <Deleted>2023-12-08T22:10:19.6075665+00:00</Deleted> <EventGuid>fcddc6b5-57bb-4843-afc6-e828fef62222</EventGuid> <EventLocationGuid>ef74864a-dc1e-4554-bcb7-6b03fab51fda</EventLocationGuid> <EventLocationName>sample string 2</EventLocationName> <Guid>c4e06bcc-b7b1-4b5c-8089-3c5c1919342b</Guid> <HasActivitySchedules>true</HasActivitySchedules> <Modified>2023-12-08T22:10:19.6075665+00:00</Modified> </EventDateListItemViewModel> </Items> </EventDateListViewModel>