GET api/MyDayAtSchoolStudent
Request Information
URI Parameters
None.
Body Parameters
MyDayAtSchoolStudent| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| FD | date |
None. |
|
| TD | date |
None. |
|
| refno | integer |
None. |
|
| PostedBy | string |
None. |
|
| Class | string |
None. |
|
| Date | date |
None. |
|
| Accomplishment | string |
None. |
|
| Assignment | string |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"FD": "2026-04-02T15:30:58.9845228+05:30",
"TD": "2026-04-02T15:30:58.9845228+05:30",
"refno": 4,
"PostedBy": "sample string 5",
"Class": "sample string 6",
"Date": "2026-04-02T15:30:58.9845228+05:30",
"Accomplishment": "sample string 8",
"Assignment": "sample string 9",
"Remarks": "sample string 10"
}
application/xml, text/xml
Sample:
<MyDayAtSchoolStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models"> <Accomplishment>sample string 8</Accomplishment> <Assignment>sample string 9</Assignment> <Class>sample string 6</Class> <Date>2026-04-02T15:30:58.9845228+05:30</Date> <FD>2026-04-02T15:30:58.9845228+05:30</FD> <PostedBy>sample string 5</PostedBy> <Remarks>sample string 10</Remarks> <TD>2026-04-02T15:30:58.9845228+05:30</TD> <UserId>1</UserId> <refno>4</refno> </MyDayAtSchoolStudent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MyDayAtSchoolStudent| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| FD | date |
None. |
|
| TD | date |
None. |
|
| refno | integer |
None. |
|
| PostedBy | string |
None. |
|
| Class | string |
None. |
|
| Date | date |
None. |
|
| Accomplishment | string |
None. |
|
| Assignment | string |
None. |
|
| Remarks | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserId": 1,
"FD": "2026-04-02T15:30:59.0001533+05:30",
"TD": "2026-04-02T15:30:59.0001533+05:30",
"refno": 4,
"PostedBy": "sample string 5",
"Class": "sample string 6",
"Date": "2026-04-02T15:30:59.0001533+05:30",
"Accomplishment": "sample string 8",
"Assignment": "sample string 9",
"Remarks": "sample string 10"
},
{
"UserId": 1,
"FD": "2026-04-02T15:30:59.0001533+05:30",
"TD": "2026-04-02T15:30:59.0001533+05:30",
"refno": 4,
"PostedBy": "sample string 5",
"Class": "sample string 6",
"Date": "2026-04-02T15:30:59.0001533+05:30",
"Accomplishment": "sample string 8",
"Assignment": "sample string 9",
"Remarks": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfMyDayAtSchoolStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models">
<MyDayAtSchoolStudent>
<Accomplishment>sample string 8</Accomplishment>
<Assignment>sample string 9</Assignment>
<Class>sample string 6</Class>
<Date>2026-04-02T15:30:59.0001533+05:30</Date>
<FD>2026-04-02T15:30:59.0001533+05:30</FD>
<PostedBy>sample string 5</PostedBy>
<Remarks>sample string 10</Remarks>
<TD>2026-04-02T15:30:59.0001533+05:30</TD>
<UserId>1</UserId>
<refno>4</refno>
</MyDayAtSchoolStudent>
<MyDayAtSchoolStudent>
<Accomplishment>sample string 8</Accomplishment>
<Assignment>sample string 9</Assignment>
<Class>sample string 6</Class>
<Date>2026-04-02T15:30:59.0001533+05:30</Date>
<FD>2026-04-02T15:30:59.0001533+05:30</FD>
<PostedBy>sample string 5</PostedBy>
<Remarks>sample string 10</Remarks>
<TD>2026-04-02T15:30:59.0001533+05:30</TD>
<UserId>1</UserId>
<refno>4</refno>
</MyDayAtSchoolStudent>
</ArrayOfMyDayAtSchoolStudent>