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-01-06T06:52:57.4163789+00:00",
      "EventLocationGuid": "ec3c28e9-e96e-4f25-9964-c41412c0efeb",
      "EventLocationName": "sample string 2",
      "EventGuid": "e74a37f2-f9c8-4604-b2d2-d0baaddfaa78",
      "Guid": "bfeada16-c19d-42ef-b912-952a6487843d",
      "Created": "2026-01-06T06:52:57.4163789+00:00",
      "Modified": "2026-01-06T06:52:57.4163789+00:00",
      "Deleted": "2026-01-06T06:52:57.4163789+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-01-06T06:52:57.4163789+00:00",
      "EventLocationGuid": "ec3c28e9-e96e-4f25-9964-c41412c0efeb",
      "EventLocationName": "sample string 2",
      "EventGuid": "e74a37f2-f9c8-4604-b2d2-d0baaddfaa78",
      "Guid": "bfeada16-c19d-42ef-b912-952a6487843d",
      "Created": "2026-01-06T06:52:57.4163789+00:00",
      "Modified": "2026-01-06T06:52:57.4163789+00:00",
      "Deleted": "2026-01-06T06:52:57.4163789+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-01-06T06:52:57.4163789+00:00","EventLocationGuid":"ec3c28e9-e96e-4f25-9964-c41412c0efeb","EventLocationName":"sample string 2","EventGuid":"e74a37f2-f9c8-4604-b2d2-d0baaddfaa78","Guid":"bfeada16-c19d-42ef-b912-952a6487843d","Created":"2026-01-06T06:52:57.4163789+00:00","Modified":"2026-01-06T06:52:57.4163789+00:00","Deleted":"2026-01-06T06:52:57.4163789+00:00","HasActivitySchedules":true},{"Date":"2026-01-06T06:52:57.4163789+00:00","EventLocationGuid":"ec3c28e9-e96e-4f25-9964-c41412c0efeb","EventLocationName":"sample string 2","EventGuid":"e74a37f2-f9c8-4604-b2d2-d0baaddfaa78","Guid":"bfeada16-c19d-42ef-b912-952a6487843d","Created":"2026-01-06T06:52:57.4163789+00:00","Modified":"2026-01-06T06:52:57.4163789+00:00","Deleted":"2026-01-06T06:52:57.4163789+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-01-06T06:52:57.4163789+00:00</Created>
      <Date>2026-01-06T06:52:57.4163789+00:00</Date>
      <Deleted>2026-01-06T06:52:57.4163789+00:00</Deleted>
      <EventGuid>e74a37f2-f9c8-4604-b2d2-d0baaddfaa78</EventGuid>
      <EventLocationGuid>ec3c28e9-e96e-4f25-9964-c41412c0efeb</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>bfeada16-c19d-42ef-b912-952a6487843d</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-01-06T06:52:57.4163789+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-01-06T06:52:57.4163789+00:00</Created>
      <Date>2026-01-06T06:52:57.4163789+00:00</Date>
      <Deleted>2026-01-06T06:52:57.4163789+00:00</Deleted>
      <EventGuid>e74a37f2-f9c8-4604-b2d2-d0baaddfaa78</EventGuid>
      <EventLocationGuid>ec3c28e9-e96e-4f25-9964-c41412c0efeb</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>bfeada16-c19d-42ef-b912-952a6487843d</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-01-06T06:52:57.4163789+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>