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": "203555be-aa2a-44a4-b70a-c8e610ed78cc",
"ClassId": "8df6e09f-18f8-4e49-a779-0710cbd9fa1b",
"SectionId": "493d240e-92f3-4914-bd93-19cc2a6c0cd6",
"SubjectId": "159bf6bb-48ae-4d74-aa2d-90cc9d3f3bcf",
"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.