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": "2024-11-21T06:20:47.3813326+00:00",
      "EventLocationGuid": "d041871d-f952-4878-bd19-9815f31f666e",
      "EventLocationName": "sample string 2",
      "EventGuid": "9c0fcbe3-8031-49b6-9277-600c5efc2f5d",
      "Guid": "a7969eda-f063-4ac9-b0bd-b9e4cc65d050",
      "Created": "2024-11-21T06:20:47.3813326+00:00",
      "Modified": "2024-11-21T06:20:47.3813326+00:00",
      "Deleted": "2024-11-21T06:20:47.3813326+00:00",
      "HasActivitySchedules": true
    },
    {
      "Date": "2024-11-21T06:20:47.3813326+00:00",
      "EventLocationGuid": "d041871d-f952-4878-bd19-9815f31f666e",
      "EventLocationName": "sample string 2",
      "EventGuid": "9c0fcbe3-8031-49b6-9277-600c5efc2f5d",
      "Guid": "a7969eda-f063-4ac9-b0bd-b9e4cc65d050",
      "Created": "2024-11-21T06:20:47.3813326+00:00",
      "Modified": "2024-11-21T06:20:47.3813326+00:00",
      "Deleted": "2024-11-21T06:20:47.3813326+00:00",
      "HasActivitySchedules": true
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Date":"2024-11-21T06:20:47.3813326+00:00","EventLocationGuid":"d041871d-f952-4878-bd19-9815f31f666e","EventLocationName":"sample string 2","EventGuid":"9c0fcbe3-8031-49b6-9277-600c5efc2f5d","Guid":"a7969eda-f063-4ac9-b0bd-b9e4cc65d050","Created":"2024-11-21T06:20:47.3813326+00:00","Modified":"2024-11-21T06:20:47.3813326+00:00","Deleted":"2024-11-21T06:20:47.3813326+00:00","HasActivitySchedules":true},{"Date":"2024-11-21T06:20:47.3813326+00:00","EventLocationGuid":"d041871d-f952-4878-bd19-9815f31f666e","EventLocationName":"sample string 2","EventGuid":"9c0fcbe3-8031-49b6-9277-600c5efc2f5d","Guid":"a7969eda-f063-4ac9-b0bd-b9e4cc65d050","Created":"2024-11-21T06:20:47.3813326+00:00","Modified":"2024-11-21T06:20:47.3813326+00:00","Deleted":"2024-11-21T06:20:47.3813326+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>2024-11-21T06:20:47.3813326+00:00</Created>
      <Date>2024-11-21T06:20:47.3813326+00:00</Date>
      <Deleted>2024-11-21T06:20:47.3813326+00:00</Deleted>
      <EventGuid>9c0fcbe3-8031-49b6-9277-600c5efc2f5d</EventGuid>
      <EventLocationGuid>d041871d-f952-4878-bd19-9815f31f666e</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>a7969eda-f063-4ac9-b0bd-b9e4cc65d050</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2024-11-21T06:20:47.3813326+00:00</Modified>
    </EventDateListItemViewModel>
    <EventDateListItemViewModel>
      <Created>2024-11-21T06:20:47.3813326+00:00</Created>
      <Date>2024-11-21T06:20:47.3813326+00:00</Date>
      <Deleted>2024-11-21T06:20:47.3813326+00:00</Deleted>
      <EventGuid>9c0fcbe3-8031-49b6-9277-600c5efc2f5d</EventGuid>
      <EventLocationGuid>d041871d-f952-4878-bd19-9815f31f666e</EventLocationGuid>
      <EventLocationName>sample string 2</EventLocationName>
      <Guid>a7969eda-f063-4ac9-b0bd-b9e4cc65d050</Guid>
      <HasActivitySchedules>true</HasActivitySchedules>
      <Modified>2024-11-21T06:20:47.3813326+00:00</Modified>
    </EventDateListItemViewModel>
  </Items>
</EventDateListViewModel>