GET api/CalenderEvent/GetEvents

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of calendermodal
NameDescriptionTypeAdditional information
EventID

integer

None.

Subject

string

None.

filename

string

None.

Subjectar

string

None.

Description

string

None.

Location

string

None.

Start

date

None.

End

date

None.

ThemeColor

string

None.

IsFullDay

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventID": 1,
    "Subject": "sample string 2",
    "filename": "sample string 3",
    "Subjectar": "sample string 4",
    "Description": "sample string 5",
    "Location": "sample string 6",
    "Start": "2026-02-10T04:41:05.186401+04:00",
    "End": "2026-02-10T04:41:05.186401+04:00",
    "ThemeColor": "sample string 7",
    "IsFullDay": true
  },
  {
    "EventID": 1,
    "Subject": "sample string 2",
    "filename": "sample string 3",
    "Subjectar": "sample string 4",
    "Description": "sample string 5",
    "Location": "sample string 6",
    "Start": "2026-02-10T04:41:05.186401+04:00",
    "End": "2026-02-10T04:41:05.186401+04:00",
    "ThemeColor": "sample string 7",
    "IsFullDay": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCalenderEventController.calendermodal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FnrcNewsAPI.Controllers">
  <CalenderEventController.calendermodal>
    <Description>sample string 5</Description>
    <End>2026-02-10T04:41:05.186401+04:00</End>
    <EventID>1</EventID>
    <IsFullDay>true</IsFullDay>
    <Location>sample string 6</Location>
    <Start>2026-02-10T04:41:05.186401+04:00</Start>
    <Subject>sample string 2</Subject>
    <Subjectar>sample string 4</Subjectar>
    <ThemeColor>sample string 7</ThemeColor>
    <filename>sample string 3</filename>
  </CalenderEventController.calendermodal>
  <CalenderEventController.calendermodal>
    <Description>sample string 5</Description>
    <End>2026-02-10T04:41:05.186401+04:00</End>
    <EventID>1</EventID>
    <IsFullDay>true</IsFullDay>
    <Location>sample string 6</Location>
    <Start>2026-02-10T04:41:05.186401+04:00</Start>
    <Subject>sample string 2</Subject>
    <Subjectar>sample string 4</Subjectar>
    <ThemeColor>sample string 7</ThemeColor>
    <filename>sample string 3</filename>
  </CalenderEventController.calendermodal>
</ArrayOfCalenderEventController.calendermodal>