GET api/EnGetHomeworkforParentView?schoolId={schoolId}&classId={classId}&studentId={studentId}&divisionId={divisionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolId | integer |
Required |
|
| classId | integer |
Required |
|
| studentId | integer |
Required |
|
| divisionId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Homework_Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| HomeworkId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| ClassId | integer |
None. |
|
| DivisionId | integer |
None. |
|
| SubJectId | integer |
None. |
|
| SchoolName | string |
None. |
|
| ClassName | string |
None. |
|
| DivisionName | string |
None. |
|
| SubjectName | string |
None. |
|
| Description | string |
None. |
|
| ImagePaths | string |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"homeworkId": 1,
"schoolId": 2,
"classId": 3,
"divisionId": 4,
"subJectId": 5,
"schoolName": "sample string 6",
"className": "sample string 7",
"divisionName": "sample string 8",
"subjectName": "sample string 9",
"description": "sample string 10",
"imagePaths": "sample string 11",
"createdDate": "2025-11-05T05:53:31.0223574-08:00"
},
{
"homeworkId": 1,
"schoolId": 2,
"classId": 3,
"divisionId": 4,
"subJectId": 5,
"schoolName": "sample string 6",
"className": "sample string 7",
"divisionName": "sample string 8",
"subjectName": "sample string 9",
"description": "sample string 10",
"imagePaths": "sample string 11",
"createdDate": "2025-11-05T05:53:31.0223574-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfHomework_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.App_Start.Entity">
<Homework_Entity>
<ClassId>3</ClassId>
<ClassName>sample string 7</ClassName>
<CreatedDate>2025-11-05T05:53:31.0223574-08:00</CreatedDate>
<Description>sample string 10</Description>
<DivisionId>4</DivisionId>
<DivisionName>sample string 8</DivisionName>
<HomeworkId>1</HomeworkId>
<ImagePaths>sample string 11</ImagePaths>
<SchoolId>2</SchoolId>
<SchoolName>sample string 6</SchoolName>
<SubJectId>5</SubJectId>
<SubjectName>sample string 9</SubjectName>
</Homework_Entity>
<Homework_Entity>
<ClassId>3</ClassId>
<ClassName>sample string 7</ClassName>
<CreatedDate>2025-11-05T05:53:31.0223574-08:00</CreatedDate>
<Description>sample string 10</Description>
<DivisionId>4</DivisionId>
<DivisionName>sample string 8</DivisionName>
<HomeworkId>1</HomeworkId>
<ImagePaths>sample string 11</ImagePaths>
<SchoolId>2</SchoolId>
<SchoolName>sample string 6</SchoolName>
<SubJectId>5</SubJectId>
<SubjectName>sample string 9</SubjectName>
</Homework_Entity>
</ArrayOfHomework_Entity>