GET GetEvents_V2

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RunMags.API.Controllers.BaseController+Event
NameDescriptionTypeAdditional information
EventID

string

None.

EventName

string

None.

EventDescription

string

None.

StartDate

date

None.

EndDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventID": "sample string 1",
    "EventName": "sample string 2",
    "EventDescription": "sample string 3",
    "StartDate": "2023-12-01T00:26:03.371327+00:00",
    "EndDate": "2023-12-01T00:26:03.371327+00:00"
  },
  {
    "EventID": "sample string 1",
    "EventName": "sample string 2",
    "EventDescription": "sample string 3",
    "StartDate": "2023-12-01T00:26:03.371327+00:00",
    "EndDate": "2023-12-01T00:26:03.371327+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBaseController.Event xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RunMags.API.Controllers">
  <BaseController.Event>
    <EndDate>2023-12-01T00:26:03.371327+00:00</EndDate>
    <EventDescription>sample string 3</EventDescription>
    <EventID>sample string 1</EventID>
    <EventName>sample string 2</EventName>
    <StartDate>2023-12-01T00:26:03.371327+00:00</StartDate>
  </BaseController.Event>
  <BaseController.Event>
    <EndDate>2023-12-01T00:26:03.371327+00:00</EndDate>
    <EventDescription>sample string 3</EventDescription>
    <EventID>sample string 1</EventID>
    <EventName>sample string 2</EventName>
    <StartDate>2023-12-01T00:26:03.371327+00:00</StartDate>
  </BaseController.Event>
</ArrayOfBaseController.Event>