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": "2025-06-14T11:57:48.0308973+00:00",
      "EventLocationGuid": "e29a862b-51e5-4346-90f7-8744248a2968",
      "EventLocationName": "sample string 2",
      "EventGuid": "60642917-3ce3-4935-b8b7-a84e139acf55",
      "Guid": "46a18c11-9c5b-4d54-8717-3c8c0b190b12",
      "Created": "2025-06-14T11:57:48.0308973+00:00",
      "Modified": "2025-06-14T11:57:48.0308973+00:00",
      "Deleted": "2025-06-14T11:57:48.0308973+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2025-06-14T11:57:48.0308973+00:00",
      "EventLocationGuid": "e29a862b-51e5-4346-90f7-8744248a2968",
      "EventLocationName": "sample string 2",
      "EventGuid": "60642917-3ce3-4935-b8b7-a84e139acf55",
      "Guid": "46a18c11-9c5b-4d54-8717-3c8c0b190b12",
      "Created": "2025-06-14T11:57:48.0308973+00:00",
      "Modified": "2025-06-14T11:57:48.0308973+00:00",
      "Deleted": "2025-06-14T11:57:48.0308973+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2025-06-14T11:57:48.0308973+00:00","EventLocationGuid":"e29a862b-51e5-4346-90f7-8744248a2968","EventLocationName":"sample string 2","EventGuid":"60642917-3ce3-4935-b8b7-a84e139acf55","Guid":"46a18c11-9c5b-4d54-8717-3c8c0b190b12","Created":"2025-06-14T11:57:48.0308973+00:00","Modified":"2025-06-14T11:57:48.0308973+00:00","Deleted":"2025-06-14T11:57:48.0308973+00:00","HasActivitySchedules":true},{"Date":"2025-06-14T11:57:48.0308973+00:00","EventLocationGuid":"e29a862b-51e5-4346-90f7-8744248a2968","EventLocationName":"sample string 2","EventGuid":"60642917-3ce3-4935-b8b7-a84e139acf55","Guid":"46a18c11-9c5b-4d54-8717-3c8c0b190b12","Created":"2025-06-14T11:57:48.0308973+00:00","Modified":"2025-06-14T11:57:48.0308973+00:00","Deleted":"2025-06-14T11:57:48.0308973+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>2025-06-14T11:57:48.0308973+00:00</Created>
      <Date>2025-06-14T11:57:48.0308973+00:00</Date>
      <Deleted>2025-06-14T11:57:48.0308973+00:00</Deleted>
      <EventGuid>60642917-3ce3-4935-b8b7-a84e139acf55</EventGuid>
      <EventLocationGuid>e29a862b-51e5-4346-90f7-8744248a2968</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>46a18c11-9c5b-4d54-8717-3c8c0b190b12</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2025-06-14T11:57:48.0308973+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2025-06-14T11:57:48.0308973+00:00</Created>
      <Date>2025-06-14T11:57:48.0308973+00:00</Date>
      <Deleted>2025-06-14T11:57:48.0308973+00:00</Deleted>
      <EventGuid>60642917-3ce3-4935-b8b7-a84e139acf55</EventGuid>
      <EventLocationGuid>e29a862b-51e5-4346-90f7-8744248a2968</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>46a18c11-9c5b-4d54-8717-3c8c0b190b12</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2025-06-14T11:57:48.0308973+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>