POST api/calendar/events

Get Events list

Request Information

URI Parameters

None.

Body Parameters

calendar_event_input_dc
NameDescriptionTypeAdditional information
limit

integer

None.

skip

integer

None.

searchtext

string

None.

sortby

string

None.

descending

string

None.

custom_filter

string

None.

Request Formats

application/json, text/json

Sample:
{
  "limit": 1,
  "skip": 2,
  "searchtext": "sample string 3",
  "sortby": "sample string 4",
  "descending": "sample string 5",
  "custom_filter": "sample string 6"
}

application/xml, text/xml

Sample:
<calendar_event_input_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <custom_filter>sample string 6</custom_filter>
  <descending>sample string 5</descending>
  <limit>1</limit>
  <searchtext>sample string 3</searchtext>
  <skip>2</skip>
  <sortby>sample string 4</sortby>
</calendar_event_input_dc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RowsWithCountOfcalendar_event_list_dc
NameDescriptionTypeAdditional information
rows

Collection of calendar_event_list_dc

None.

Count

integer

None.

filterconfig

Dictionary of string [key] and Collection of RowsWithCountOfintel_filter [value]

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "rows": [
      {
        "PageLink": "sample string 1",
        "EventName": "sample string 2",
        "EventType": "sample string 3",
        "EventTypeId": 4,
        "Country": "sample string 5",
        "City": "sample string 6",
        "ContinentCode": "sample string 7",
        "Subcontinent": "sample string 8",
        "StartDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "EndDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "Tags": "sample string 11",
        "EventCode": "sample string 12",
        "Comments": "sample string 13",
        "EventDateChangeId": 1,
        "EventId": 14,
        "FromStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "FromEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ShowInCalendar": true,
        "Type": "sample string 15"
      },
      {
        "PageLink": "sample string 1",
        "EventName": "sample string 2",
        "EventType": "sample string 3",
        "EventTypeId": 4,
        "Country": "sample string 5",
        "City": "sample string 6",
        "ContinentCode": "sample string 7",
        "Subcontinent": "sample string 8",
        "StartDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "EndDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "Tags": "sample string 11",
        "EventCode": "sample string 12",
        "Comments": "sample string 13",
        "EventDateChangeId": 1,
        "EventId": 14,
        "FromStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "FromEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ShowInCalendar": true,
        "Type": "sample string 15"
      }
    ],
    "Count": 1,
    "filterconfig": {
      "sample string 1": [
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        },
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        }
      ],
      "sample string 2": [
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        },
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        }
      ]
    }
  },
  {
    "rows": [
      {
        "PageLink": "sample string 1",
        "EventName": "sample string 2",
        "EventType": "sample string 3",
        "EventTypeId": 4,
        "Country": "sample string 5",
        "City": "sample string 6",
        "ContinentCode": "sample string 7",
        "Subcontinent": "sample string 8",
        "StartDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "EndDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "Tags": "sample string 11",
        "EventCode": "sample string 12",
        "Comments": "sample string 13",
        "EventDateChangeId": 1,
        "EventId": 14,
        "FromStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "FromEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ShowInCalendar": true,
        "Type": "sample string 15"
      },
      {
        "PageLink": "sample string 1",
        "EventName": "sample string 2",
        "EventType": "sample string 3",
        "EventTypeId": 4,
        "Country": "sample string 5",
        "City": "sample string 6",
        "ContinentCode": "sample string 7",
        "Subcontinent": "sample string 8",
        "StartDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "EndDateTime": "2025-07-18T16:04:57.7692008+00:00",
        "Tags": "sample string 11",
        "EventCode": "sample string 12",
        "Comments": "sample string 13",
        "EventDateChangeId": 1,
        "EventId": 14,
        "FromStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "FromEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToStartDate": "2025-07-18T16:04:57.7692008+00:00",
        "ToEndDate": "2025-07-18T16:04:57.7692008+00:00",
        "ShowInCalendar": true,
        "Type": "sample string 15"
      }
    ],
    "Count": 1,
    "filterconfig": {
      "sample string 1": [
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        },
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        }
      ],
      "sample string 2": [
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        },
        {
          "rows": [
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            },
            {
              "display": "sample string 1",
              "name": "sample string 2",
              "Count": 1
            }
          ],
          "Count": 1,
          "filterconfig": {
            "sample string 1": [],
            "sample string 2": []
          }
        }
      ]
    }
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.