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-03-05T23:15:30.0148831+00:00",
      "EventLocationGuid": "67d91d14-528c-4b0c-a058-ec746bb40c64",
      "EventLocationName": "sample string 2",
      "EventGuid": "d50afd16-7eb9-4830-b72b-e0109205b42e",
      "Guid": "f7314a56-229d-4bac-bb1a-60c7282d7c65",
      "Created": "2026-03-05T23:15:30.0148831+00:00",
      "Modified": "2026-03-05T23:15:30.0148831+00:00",
      "Deleted": "2026-03-05T23:15:30.0148831+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-03-05T23:15:30.0148831+00:00",
      "EventLocationGuid": "67d91d14-528c-4b0c-a058-ec746bb40c64",
      "EventLocationName": "sample string 2",
      "EventGuid": "d50afd16-7eb9-4830-b72b-e0109205b42e",
      "Guid": "f7314a56-229d-4bac-bb1a-60c7282d7c65",
      "Created": "2026-03-05T23:15:30.0148831+00:00",
      "Modified": "2026-03-05T23:15:30.0148831+00:00",
      "Deleted": "2026-03-05T23:15:30.0148831+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-03-05T23:15:30.0148831+00:00","EventLocationGuid":"67d91d14-528c-4b0c-a058-ec746bb40c64","EventLocationName":"sample string 2","EventGuid":"d50afd16-7eb9-4830-b72b-e0109205b42e","Guid":"f7314a56-229d-4bac-bb1a-60c7282d7c65","Created":"2026-03-05T23:15:30.0148831+00:00","Modified":"2026-03-05T23:15:30.0148831+00:00","Deleted":"2026-03-05T23:15:30.0148831+00:00","HasActivitySchedules":true},{"Date":"2026-03-05T23:15:30.0148831+00:00","EventLocationGuid":"67d91d14-528c-4b0c-a058-ec746bb40c64","EventLocationName":"sample string 2","EventGuid":"d50afd16-7eb9-4830-b72b-e0109205b42e","Guid":"f7314a56-229d-4bac-bb1a-60c7282d7c65","Created":"2026-03-05T23:15:30.0148831+00:00","Modified":"2026-03-05T23:15:30.0148831+00:00","Deleted":"2026-03-05T23:15:30.0148831+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-03-05T23:15:30.0148831+00:00</Created>
      <Date>2026-03-05T23:15:30.0148831+00:00</Date>
      <Deleted>2026-03-05T23:15:30.0148831+00:00</Deleted>
      <EventGuid>d50afd16-7eb9-4830-b72b-e0109205b42e</EventGuid>
      <EventLocationGuid>67d91d14-528c-4b0c-a058-ec746bb40c64</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>f7314a56-229d-4bac-bb1a-60c7282d7c65</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-03-05T23:15:30.0148831+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-03-05T23:15:30.0148831+00:00</Created>
      <Date>2026-03-05T23:15:30.0148831+00:00</Date>
      <Deleted>2026-03-05T23:15:30.0148831+00:00</Deleted>
      <EventGuid>d50afd16-7eb9-4830-b72b-e0109205b42e</EventGuid>
      <EventLocationGuid>67d91d14-528c-4b0c-a058-ec746bb40c64</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>f7314a56-229d-4bac-bb1a-60c7282d7c65</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-03-05T23:15:30.0148831+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>