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": "1c8ce993-59c7-43c0-a6ad-2d333e6acf54",
"ClassId": "06635d77-1da5-4d5a-ace5-f3b2a573108c",
"SectionId": "d5136038-76f8-4ea9-986f-c5ea9dcac866",
"SubjectId": "44c2e698-4bce-4c78-8c58-b73e28e582ce",
"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.