GET v1/EventDate/List?eventGuid={eventGuid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventGuid

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-05-09T06:04:26.6253695+00:00",
      "EventLocationGuid": "ab049e4f-b0c8-45f8-b485-4c79b3bc2d1f",
      "EventLocationName": "sample string 2",
      "EventGuid": "a78499bb-958e-45f2-866b-7a55b33319ee",
      "Guid": "01bf1b01-87d9-4ae6-9e8a-2f190ae1d265",
      "Created": "2026-05-09T06:04:26.6253695+00:00",
      "Modified": "2026-05-09T06:04:26.6253695+00:00",
      "Deleted": "2026-05-09T06:04:26.6253695+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-05-09T06:04:26.6253695+00:00",
      "EventLocationGuid": "ab049e4f-b0c8-45f8-b485-4c79b3bc2d1f",
      "EventLocationName": "sample string 2",
      "EventGuid": "a78499bb-958e-45f2-866b-7a55b33319ee",
      "Guid": "01bf1b01-87d9-4ae6-9e8a-2f190ae1d265",
      "Created": "2026-05-09T06:04:26.6253695+00:00",
      "Modified": "2026-05-09T06:04:26.6253695+00:00",
      "Deleted": "2026-05-09T06:04:26.6253695+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-05-09T06:04:26.6253695+00:00","EventLocationGuid":"ab049e4f-b0c8-45f8-b485-4c79b3bc2d1f","EventLocationName":"sample string 2","EventGuid":"a78499bb-958e-45f2-866b-7a55b33319ee","Guid":"01bf1b01-87d9-4ae6-9e8a-2f190ae1d265","Created":"2026-05-09T06:04:26.6253695+00:00","Modified":"2026-05-09T06:04:26.6253695+00:00","Deleted":"2026-05-09T06:04:26.6253695+00:00","HasActivitySchedules":true},{"Date":"2026-05-09T06:04:26.6253695+00:00","EventLocationGuid":"ab049e4f-b0c8-45f8-b485-4c79b3bc2d1f","EventLocationName":"sample string 2","EventGuid":"a78499bb-958e-45f2-866b-7a55b33319ee","Guid":"01bf1b01-87d9-4ae6-9e8a-2f190ae1d265","Created":"2026-05-09T06:04:26.6253695+00:00","Modified":"2026-05-09T06:04:26.6253695+00:00","Deleted":"2026-05-09T06:04:26.6253695+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-05-09T06:04:26.6253695+00:00</Created>
      <Date>2026-05-09T06:04:26.6253695+00:00</Date>
      <Deleted>2026-05-09T06:04:26.6253695+00:00</Deleted>
      <EventGuid>a78499bb-958e-45f2-866b-7a55b33319ee</EventGuid>
      <EventLocationGuid>ab049e4f-b0c8-45f8-b485-4c79b3bc2d1f</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>01bf1b01-87d9-4ae6-9e8a-2f190ae1d265</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-05-09T06:04:26.6253695+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-05-09T06:04:26.6253695+00:00</Created>
      <Date>2026-05-09T06:04:26.6253695+00:00</Date>
      <Deleted>2026-05-09T06:04:26.6253695+00:00</Deleted>
      <EventGuid>a78499bb-958e-45f2-866b-7a55b33319ee</EventGuid>
      <EventLocationGuid>ab049e4f-b0c8-45f8-b485-4c79b3bc2d1f</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>01bf1b01-87d9-4ae6-9e8a-2f190ae1d265</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-05-09T06:04:26.6253695+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>