GET v1/Event/EventDates?eventId={eventId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

EventDateListViewModel
NameDescriptionTypeAdditional information
Items

Collection of EventDateListItemViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "Date": "2026-06-03T17:53:04.7860401+00:00",
      "EventLocationGuid": "aaabb6d2-4c9b-45d6-bf0e-248ebdb385fa",
      "EventLocationName": "sample string 2",
      "EventGuid": "b1d8f169-8f59-43de-9306-65f1769bb5e3",
      "Guid": "788842ee-677c-40bc-be09-73b48ed90191",
      "Created": "2026-06-03T17:53:04.7860401+00:00",
      "Modified": "2026-06-03T17:53:04.7860401+00:00",
      "Deleted": "2026-06-03T17:53:04.7860401+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-06-03T17:53:04.7860401+00:00",
      "EventLocationGuid": "aaabb6d2-4c9b-45d6-bf0e-248ebdb385fa",
      "EventLocationName": "sample string 2",
      "EventGuid": "b1d8f169-8f59-43de-9306-65f1769bb5e3",
      "Guid": "788842ee-677c-40bc-be09-73b48ed90191",
      "Created": "2026-06-03T17:53:04.7860401+00:00",
      "Modified": "2026-06-03T17:53:04.7860401+00:00",
      "Deleted": "2026-06-03T17:53:04.7860401+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-06-03T17:53:04.7860401+00:00","EventLocationGuid":"aaabb6d2-4c9b-45d6-bf0e-248ebdb385fa","EventLocationName":"sample string 2","EventGuid":"b1d8f169-8f59-43de-9306-65f1769bb5e3","Guid":"788842ee-677c-40bc-be09-73b48ed90191","Created":"2026-06-03T17:53:04.7860401+00:00","Modified":"2026-06-03T17:53:04.7860401+00:00","Deleted":"2026-06-03T17:53:04.7860401+00:00","HasActivitySchedules":true},{"Date":"2026-06-03T17:53:04.7860401+00:00","EventLocationGuid":"aaabb6d2-4c9b-45d6-bf0e-248ebdb385fa","EventLocationName":"sample string 2","EventGuid":"b1d8f169-8f59-43de-9306-65f1769bb5e3","Guid":"788842ee-677c-40bc-be09-73b48ed90191","Created":"2026-06-03T17:53:04.7860401+00:00","Modified":"2026-06-03T17:53:04.7860401+00:00","Deleted":"2026-06-03T17:53:04.7860401+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-06-03T17:53:04.7860401+00:00</Created>
      <Date>2026-06-03T17:53:04.7860401+00:00</Date>
      <Deleted>2026-06-03T17:53:04.7860401+00:00</Deleted>
      <EventGuid>b1d8f169-8f59-43de-9306-65f1769bb5e3</EventGuid>
      <EventLocationGuid>aaabb6d2-4c9b-45d6-bf0e-248ebdb385fa</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>788842ee-677c-40bc-be09-73b48ed90191</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-06-03T17:53:04.7860401+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-06-03T17:53:04.7860401+00:00</Created>
      <Date>2026-06-03T17:53:04.7860401+00:00</Date>
      <Deleted>2026-06-03T17:53:04.7860401+00:00</Deleted>
      <EventGuid>b1d8f169-8f59-43de-9306-65f1769bb5e3</EventGuid>
      <EventLocationGuid>aaabb6d2-4c9b-45d6-bf0e-248ebdb385fa</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>788842ee-677c-40bc-be09-73b48ed90191</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-06-03T17:53:04.7860401+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>