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-08-24T06:14:26.4048615+00:00",
      "EventLocationGuid": "d4d63610-e636-4385-8d49-2d784bc80b47",
      "EventLocationName": "sample string 2",
      "EventGuid": "e2beef6e-6871-4d9a-af15-4c3fe335503e",
      "Guid": "1be971d7-d220-407c-99dc-a3eed19785ed",
      "Created": "2026-08-24T06:14:26.4048615+00:00",
      "Modified": "2026-08-24T06:14:26.4048615+00:00",
      "Deleted": "2026-08-24T06:14:26.4048615+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2026-08-24T06:14:26.4048615+00:00",
      "EventLocationGuid": "d4d63610-e636-4385-8d49-2d784bc80b47",
      "EventLocationName": "sample string 2",
      "EventGuid": "e2beef6e-6871-4d9a-af15-4c3fe335503e",
      "Guid": "1be971d7-d220-407c-99dc-a3eed19785ed",
      "Created": "2026-08-24T06:14:26.4048615+00:00",
      "Modified": "2026-08-24T06:14:26.4048615+00:00",
      "Deleted": "2026-08-24T06:14:26.4048615+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2026-08-24T06:14:26.4048615+00:00","EventLocationGuid":"d4d63610-e636-4385-8d49-2d784bc80b47","EventLocationName":"sample string 2","EventGuid":"e2beef6e-6871-4d9a-af15-4c3fe335503e","Guid":"1be971d7-d220-407c-99dc-a3eed19785ed","Created":"2026-08-24T06:14:26.4048615+00:00","Modified":"2026-08-24T06:14:26.4048615+00:00","Deleted":"2026-08-24T06:14:26.4048615+00:00","HasActivitySchedules":true},{"Date":"2026-08-24T06:14:26.4048615+00:00","EventLocationGuid":"d4d63610-e636-4385-8d49-2d784bc80b47","EventLocationName":"sample string 2","EventGuid":"e2beef6e-6871-4d9a-af15-4c3fe335503e","Guid":"1be971d7-d220-407c-99dc-a3eed19785ed","Created":"2026-08-24T06:14:26.4048615+00:00","Modified":"2026-08-24T06:14:26.4048615+00:00","Deleted":"2026-08-24T06:14:26.4048615+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-08-24T06:14:26.4048615+00:00</Created>
      <Date>2026-08-24T06:14:26.4048615+00:00</Date>
      <Deleted>2026-08-24T06:14:26.4048615+00:00</Deleted>
      <EventGuid>e2beef6e-6871-4d9a-af15-4c3fe335503e</EventGuid>
      <EventLocationGuid>d4d63610-e636-4385-8d49-2d784bc80b47</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>1be971d7-d220-407c-99dc-a3eed19785ed</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-08-24T06:14:26.4048615+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2026-08-24T06:14:26.4048615+00:00</Created>
      <Date>2026-08-24T06:14:26.4048615+00:00</Date>
      <Deleted>2026-08-24T06:14:26.4048615+00:00</Deleted>
      <EventGuid>e2beef6e-6871-4d9a-af15-4c3fe335503e</EventGuid>
      <EventLocationGuid>d4d63610-e636-4385-8d49-2d784bc80b47</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>1be971d7-d220-407c-99dc-a3eed19785ed</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2026-08-24T06:14:26.4048615+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>