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-04-02T20:22:38.1987331+00:00",
      "EventLocationGuid": "dd7a103d-8905-4667-a325-8e1dccf01af3",
      "EventLocationName": "sample string 2",
      "EventGuid": "b087fc5a-b15b-47ea-b6de-6a200da54e06",
      "Guid": "1546a742-d0fc-40df-9956-2c8e4735e014",
      "Created": "2026-04-02T20:22:38.1987331+00:00",
      "Modified": "2026-04-02T20:22:38.1987331+00:00",
      "Deleted": "2026-04-02T20:22:38.1987331+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-04-02T20:22:38.1987331+00:00",
      "EventLocationGuid": "dd7a103d-8905-4667-a325-8e1dccf01af3",
      "EventLocationName": "sample string 2",
      "EventGuid": "b087fc5a-b15b-47ea-b6de-6a200da54e06",
      "Guid": "1546a742-d0fc-40df-9956-2c8e4735e014",
      "Created": "2026-04-02T20:22:38.1987331+00:00",
      "Modified": "2026-04-02T20:22:38.1987331+00:00",
      "Deleted": "2026-04-02T20:22:38.1987331+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-04-02T20:22:38.1987331+00:00","EventLocationGuid":"dd7a103d-8905-4667-a325-8e1dccf01af3","EventLocationName":"sample string 2","EventGuid":"b087fc5a-b15b-47ea-b6de-6a200da54e06","Guid":"1546a742-d0fc-40df-9956-2c8e4735e014","Created":"2026-04-02T20:22:38.1987331+00:00","Modified":"2026-04-02T20:22:38.1987331+00:00","Deleted":"2026-04-02T20:22:38.1987331+00:00","HasActivitySchedules":true},{"Date":"2026-04-02T20:22:38.1987331+00:00","EventLocationGuid":"dd7a103d-8905-4667-a325-8e1dccf01af3","EventLocationName":"sample string 2","EventGuid":"b087fc5a-b15b-47ea-b6de-6a200da54e06","Guid":"1546a742-d0fc-40df-9956-2c8e4735e014","Created":"2026-04-02T20:22:38.1987331+00:00","Modified":"2026-04-02T20:22:38.1987331+00:00","Deleted":"2026-04-02T20:22:38.1987331+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-04-02T20:22:38.1987331+00:00</Created>
      <Date>2026-04-02T20:22:38.1987331+00:00</Date>
      <Deleted>2026-04-02T20:22:38.1987331+00:00</Deleted>
      <EventGuid>b087fc5a-b15b-47ea-b6de-6a200da54e06</EventGuid>
      <EventLocationGuid>dd7a103d-8905-4667-a325-8e1dccf01af3</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>1546a742-d0fc-40df-9956-2c8e4735e014</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-04-02T20:22:38.1987331+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-04-02T20:22:38.1987331+00:00</Created>
      <Date>2026-04-02T20:22:38.1987331+00:00</Date>
      <Deleted>2026-04-02T20:22:38.1987331+00:00</Deleted>
      <EventGuid>b087fc5a-b15b-47ea-b6de-6a200da54e06</EventGuid>
      <EventLocationGuid>dd7a103d-8905-4667-a325-8e1dccf01af3</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>1546a742-d0fc-40df-9956-2c8e4735e014</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-04-02T20:22:38.1987331+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>