GET eventwebproducts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CalendarEventName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
start | date |
None. |
|
end | date |
None. |
|
title | string |
None. |
|
color | Object |
None. |
|
actions | Collection of Object |
None. |
|
allDay | boolean |
None. |
|
cssClass | string |
None. |
|
resizable | Object |
None. |
|
draggable | boolean |
None. |
|
meta | Object |
None. |
|
RegistrationOption | integer |
None. |
|
SendToSimple | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "sample string 1", "start": "2025-04-04T05:56:28.0652435+00:00", "end": "2025-04-04T05:56:28.0652435+00:00", "title": "sample string 2", "color": {}, "actions": [ {}, {} ], "allDay": true, "cssClass": "sample string 5", "resizable": {}, "draggable": true, "meta": {}, "RegistrationOption": 9, "SendToSimple": true }, { "id": "sample string 1", "start": "2025-04-04T05:56:28.0652435+00:00", "end": "2025-04-04T05:56:28.0652435+00:00", "title": "sample string 2", "color": {}, "actions": [ {}, {} ], "allDay": true, "cssClass": "sample string 5", "resizable": {}, "draggable": true, "meta": {}, "RegistrationOption": 9, "SendToSimple": true } ]
application/xml, text/xml
Sample:
<ArrayOfCalendarEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Core.Models"> <CalendarEvent> <RegistrationOption>9</RegistrationOption> <SendToSimple>true</SendToSimple> <actions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:anyType /> <d3p1:anyType /> </actions> <allDay>true</allDay> <color /> <cssClass>sample string 5</cssClass> <draggable>true</draggable> <end>2025-04-04T05:56:28.0652435+00:00</end> <id>sample string 1</id> <meta /> <resizable /> <start>2025-04-04T05:56:28.0652435+00:00</start> <title>sample string 2</title> </CalendarEvent> <CalendarEvent> <RegistrationOption>9</RegistrationOption> <SendToSimple>true</SendToSimple> <actions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:anyType /> <d3p1:anyType /> </actions> <allDay>true</allDay> <color /> <cssClass>sample string 5</cssClass> <draggable>true</draggable> <end>2025-04-04T05:56:28.0652435+00:00</end> <id>sample string 1</id> <meta /> <resizable /> <start>2025-04-04T05:56:28.0652435+00:00</start> <title>sample string 2</title> </CalendarEvent> </ArrayOfCalendarEvent>