GET v1/Event/EventDates?eventId={eventId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

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-08-30T02:26:18.8420681+00:00",
      "EventLocationGuid": "9fd3a797-bca9-4e95-99e9-2472d2338998",
      "EventLocationName": "sample string 2",
      "EventGuid": "d3e9355c-3c79-40fd-9176-37c6dd68893f",
      "Guid": "6301f5f6-5e43-4467-98a4-7fef1d16846a",
      "Created": "2025-08-30T02:26:18.8420681+00:00",
      "Modified": "2025-08-30T02:26:18.8420681+00:00",
      "Deleted": "2025-08-30T02:26:18.8420681+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2025-08-30T02:26:18.8420681+00:00",
      "EventLocationGuid": "9fd3a797-bca9-4e95-99e9-2472d2338998",
      "EventLocationName": "sample string 2",
      "EventGuid": "d3e9355c-3c79-40fd-9176-37c6dd68893f",
      "Guid": "6301f5f6-5e43-4467-98a4-7fef1d16846a",
      "Created": "2025-08-30T02:26:18.8420681+00:00",
      "Modified": "2025-08-30T02:26:18.8420681+00:00",
      "Deleted": "2025-08-30T02:26:18.8420681+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2025-08-30T02:26:18.8420681+00:00","EventLocationGuid":"9fd3a797-bca9-4e95-99e9-2472d2338998","EventLocationName":"sample string 2","EventGuid":"d3e9355c-3c79-40fd-9176-37c6dd68893f","Guid":"6301f5f6-5e43-4467-98a4-7fef1d16846a","Created":"2025-08-30T02:26:18.8420681+00:00","Modified":"2025-08-30T02:26:18.8420681+00:00","Deleted":"2025-08-30T02:26:18.8420681+00:00","HasActivitySchedules":true},{"Date":"2025-08-30T02:26:18.8420681+00:00","EventLocationGuid":"9fd3a797-bca9-4e95-99e9-2472d2338998","EventLocationName":"sample string 2","EventGuid":"d3e9355c-3c79-40fd-9176-37c6dd68893f","Guid":"6301f5f6-5e43-4467-98a4-7fef1d16846a","Created":"2025-08-30T02:26:18.8420681+00:00","Modified":"2025-08-30T02:26:18.8420681+00:00","Deleted":"2025-08-30T02:26:18.8420681+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-08-30T02:26:18.8420681+00:00</Created>
      <Date>2025-08-30T02:26:18.8420681+00:00</Date>
      <Deleted>2025-08-30T02:26:18.8420681+00:00</Deleted>
      <EventGuid>d3e9355c-3c79-40fd-9176-37c6dd68893f</EventGuid>
      <EventLocationGuid>9fd3a797-bca9-4e95-99e9-2472d2338998</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>6301f5f6-5e43-4467-98a4-7fef1d16846a</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2025-08-30T02:26:18.8420681+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2025-08-30T02:26:18.8420681+00:00</Created>
      <Date>2025-08-30T02:26:18.8420681+00:00</Date>
      <Deleted>2025-08-30T02:26:18.8420681+00:00</Deleted>
      <EventGuid>d3e9355c-3c79-40fd-9176-37c6dd68893f</EventGuid>
      <EventLocationGuid>9fd3a797-bca9-4e95-99e9-2472d2338998</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>6301f5f6-5e43-4467-98a4-7fef1d16846a</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2025-08-30T02:26:18.8420681+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>