GET api/AcademicCalender
Request Information
URI Parameters
None.
Body Parameters
AcademicCalender| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| WeekDay | string |
None. |
|
| EventRemark | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Month": 1,
"FromDate": "2026-04-02T15:33:32.4535707+05:30",
"ToDate": "2026-04-02T15:33:32.4535707+05:30",
"WeekDay": "sample string 4",
"EventRemark": "sample string 5",
"Type": "sample string 6"
}
application/xml, text/xml
Sample:
<AcademicCalender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models"> <EventRemark>sample string 5</EventRemark> <FromDate>2026-04-02T15:33:32.4535707+05:30</FromDate> <Month>1</Month> <ToDate>2026-04-02T15:33:32.4535707+05:30</ToDate> <Type>sample string 6</Type> <WeekDay>sample string 4</WeekDay> </AcademicCalender>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AcademicCalender| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| WeekDay | string |
None. |
|
| EventRemark | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Month": 1,
"FromDate": "2026-04-02T15:33:32.4691966+05:30",
"ToDate": "2026-04-02T15:33:32.4691966+05:30",
"WeekDay": "sample string 4",
"EventRemark": "sample string 5",
"Type": "sample string 6"
},
{
"Month": 1,
"FromDate": "2026-04-02T15:33:32.4691966+05:30",
"ToDate": "2026-04-02T15:33:32.4691966+05:30",
"WeekDay": "sample string 4",
"EventRemark": "sample string 5",
"Type": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfAcademicCalender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models">
<AcademicCalender>
<EventRemark>sample string 5</EventRemark>
<FromDate>2026-04-02T15:33:32.4691966+05:30</FromDate>
<Month>1</Month>
<ToDate>2026-04-02T15:33:32.4691966+05:30</ToDate>
<Type>sample string 6</Type>
<WeekDay>sample string 4</WeekDay>
</AcademicCalender>
<AcademicCalender>
<EventRemark>sample string 5</EventRemark>
<FromDate>2026-04-02T15:33:32.4691966+05:30</FromDate>
<Month>1</Month>
<ToDate>2026-04-02T15:33:32.4691966+05:30</ToDate>
<Type>sample string 6</Type>
<WeekDay>sample string 4</WeekDay>
</AcademicCalender>
</ArrayOfAcademicCalender>