POST api/NewsKentico/GetTop3Events

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Events
NameDescriptionTypeAdditional information
EventTitle

string

None.

EventSummary

string

None.

EventRoyalSliderTeaser

string

None.

EventNodeOwner

string

None.

EventDate

date

None.

EventDocumentNamePath

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventTitle": "sample string 1",
    "EventSummary": "sample string 2",
    "EventRoyalSliderTeaser": "sample string 3",
    "EventNodeOwner": "sample string 4",
    "EventDate": "2024-05-03T23:42:12.7665923+02:00",
    "EventDocumentNamePath": "sample string 6"
  },
  {
    "EventTitle": "sample string 1",
    "EventSummary": "sample string 2",
    "EventRoyalSliderTeaser": "sample string 3",
    "EventNodeOwner": "sample string 4",
    "EventDate": "2024-05-03T23:42:12.7665923+02:00",
    "EventDocumentNamePath": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEvents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NelsonMandelaBesinessServiceApi.Models">
  <Events>
    <EventDate>2024-05-03T23:42:12.7665923+02:00</EventDate>
    <EventDocumentNamePath>sample string 6</EventDocumentNamePath>
    <EventNodeOwner>sample string 4</EventNodeOwner>
    <EventRoyalSliderTeaser>sample string 3</EventRoyalSliderTeaser>
    <EventSummary>sample string 2</EventSummary>
    <EventTitle>sample string 1</EventTitle>
  </Events>
  <Events>
    <EventDate>2024-05-03T23:42:12.7665923+02:00</EventDate>
    <EventDocumentNamePath>sample string 6</EventDocumentNamePath>
    <EventNodeOwner>sample string 4</EventNodeOwner>
    <EventRoyalSliderTeaser>sample string 3</EventRoyalSliderTeaser>
    <EventSummary>sample string 2</EventSummary>
    <EventTitle>sample string 1</EventTitle>
  </Events>
</ArrayOfEvents>