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-09-24T06:01:55.1656208+00:00",
      "EventLocationGuid": "0cd26fb0-4b13-467b-a268-6429f62aac9a",
      "EventLocationName": "sample string 2",
      "EventGuid": "aec9409c-6378-4d9e-a45c-538fecefea46",
      "Guid": "41a9594f-b91e-427b-be39-bef9f9f12312",
      "Created": "2026-09-24T06:01:55.1656208+00:00",
      "Modified": "2026-09-24T06:01:55.1656208+00:00",
      "Deleted": "2026-09-24T06:01:55.1656208+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-09-24T06:01:55.1656208+00:00",
      "EventLocationGuid": "0cd26fb0-4b13-467b-a268-6429f62aac9a",
      "EventLocationName": "sample string 2",
      "EventGuid": "aec9409c-6378-4d9e-a45c-538fecefea46",
      "Guid": "41a9594f-b91e-427b-be39-bef9f9f12312",
      "Created": "2026-09-24T06:01:55.1656208+00:00",
      "Modified": "2026-09-24T06:01:55.1656208+00:00",
      "Deleted": "2026-09-24T06:01:55.1656208+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-09-24T06:01:55.1656208+00:00","EventLocationGuid":"0cd26fb0-4b13-467b-a268-6429f62aac9a","EventLocationName":"sample string 2","EventGuid":"aec9409c-6378-4d9e-a45c-538fecefea46","Guid":"41a9594f-b91e-427b-be39-bef9f9f12312","Created":"2026-09-24T06:01:55.1656208+00:00","Modified":"2026-09-24T06:01:55.1656208+00:00","Deleted":"2026-09-24T06:01:55.1656208+00:00","HasActivitySchedules":true},{"Date":"2026-09-24T06:01:55.1656208+00:00","EventLocationGuid":"0cd26fb0-4b13-467b-a268-6429f62aac9a","EventLocationName":"sample string 2","EventGuid":"aec9409c-6378-4d9e-a45c-538fecefea46","Guid":"41a9594f-b91e-427b-be39-bef9f9f12312","Created":"2026-09-24T06:01:55.1656208+00:00","Modified":"2026-09-24T06:01:55.1656208+00:00","Deleted":"2026-09-24T06:01:55.1656208+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-09-24T06:01:55.1656208+00:00</Created>
      <Date>2026-09-24T06:01:55.1656208+00:00</Date>
      <Deleted>2026-09-24T06:01:55.1656208+00:00</Deleted>
      <EventGuid>aec9409c-6378-4d9e-a45c-538fecefea46</EventGuid>
      <EventLocationGuid>0cd26fb0-4b13-467b-a268-6429f62aac9a</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>41a9594f-b91e-427b-be39-bef9f9f12312</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-09-24T06:01:55.1656208+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-09-24T06:01:55.1656208+00:00</Created>
      <Date>2026-09-24T06:01:55.1656208+00:00</Date>
      <Deleted>2026-09-24T06:01:55.1656208+00:00</Deleted>
      <EventGuid>aec9409c-6378-4d9e-a45c-538fecefea46</EventGuid>
      <EventLocationGuid>0cd26fb0-4b13-467b-a268-6429f62aac9a</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>41a9594f-b91e-427b-be39-bef9f9f12312</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-09-24T06:01:55.1656208+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>