GET api/Events
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ListEventData| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventId | integer | None. | |
| EventName | string | None. | |
| EventType | string | None. | |
| EventCoreTypeId | integer | None. | |
| EventCoreType | string | None. | |
| Country | string | None. | |
| Organization | string | None. | |
| Photo | string | None. | |
| StartDateTime | date | None. | |
| EndDateTime | date | None. | |
| City | string | None. | |
| CreatedDateTime | date | None. | |
| Status | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "EventId": 1,
    "EventName": "sample string 2",
    "EventType": "sample string 3",
    "EventCoreTypeId": 1,
    "EventCoreType": "sample string 4",
    "Country": "sample string 5",
    "Organization": "sample string 6",
    "Photo": "sample string 7",
    "StartDateTime": "2025-10-31T07:04:13.899218+00:00",
    "EndDateTime": "2025-10-31T07:04:13.899218+00:00",
    "City": "sample string 8",
    "CreatedDateTime": "2025-10-31T07:04:13.899218+00:00",
    "Status": "sample string 10"
  },
  {
    "EventId": 1,
    "EventName": "sample string 2",
    "EventType": "sample string 3",
    "EventCoreTypeId": 1,
    "EventCoreType": "sample string 4",
    "Country": "sample string 5",
    "Organization": "sample string 6",
    "Photo": "sample string 7",
    "StartDateTime": "2025-10-31T07:04:13.899218+00:00",
    "EndDateTime": "2025-10-31T07:04:13.899218+00:00",
    "City": "sample string 8",
    "CreatedDateTime": "2025-10-31T07:04:13.899218+00:00",
    "Status": "sample string 10"
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfListEventData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <ListEventData>
    <City>sample string 8</City>
    <Country>sample string 5</Country>
    <CreatedDateTime>2025-10-31T07:04:13.899218+00:00</CreatedDateTime>
    <EndDateTime>2025-10-31T07:04:13.899218+00:00</EndDateTime>
    <EventCoreType>sample string 4</EventCoreType>
    <EventCoreTypeId>1</EventCoreTypeId>
    <EventId>1</EventId>
    <EventName>sample string 2</EventName>
    <EventType>sample string 3</EventType>
    <Organization>sample string 6</Organization>
    <Photo>sample string 7</Photo>
    <StartDateTime>2025-10-31T07:04:13.899218+00:00</StartDateTime>
    <Status>sample string 10</Status>
  </ListEventData>
  <ListEventData>
    <City>sample string 8</City>
    <Country>sample string 5</Country>
    <CreatedDateTime>2025-10-31T07:04:13.899218+00:00</CreatedDateTime>
    <EndDateTime>2025-10-31T07:04:13.899218+00:00</EndDateTime>
    <EventCoreType>sample string 4</EventCoreType>
    <EventCoreTypeId>1</EventCoreTypeId>
    <EventId>1</EventId>
    <EventName>sample string 2</EventName>
    <EventType>sample string 3</EventType>
    <Organization>sample string 6</Organization>
    <Photo>sample string 7</Photo>
    <StartDateTime>2025-10-31T07:04:13.899218+00:00</StartDateTime>
    <Status>sample string 10</Status>
  </ListEventData>
</ArrayOfListEventData>