POST api/Students/GetAssignedClassAllStudentsAttendanceHistory
Request Information
URI Parameters
None.
Body Parameters
AssignedClassStudentAttendanceRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| SectionId | globally unique identifier |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "f1d5410e-9851-4b1e-9c0b-e2bb62c2e655",
"ClassId": "f72bc383-dafb-4e5f-978f-7f769ec91a80",
"SectionId": "172b9391-de19-49bd-8123-9f8fb9e3c4d1",
"SubjectId": "afdc2c45-4c11-44a0-95cd-e70dbb3049fb",
"Start": 1,
"Length": 2,
"Search": "sample string 3",
"OrderColumn": 4,
"OrderDir": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.