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": "d4a1b683-2970-444f-bde5-66b18cba8228",
"ClassId": "47b92493-22e5-4048-af75-8fe74c38d48c",
"SectionId": "715b2d98-7bc1-4ef7-b014-17ecb9844bb0",
"SubjectId": "6c492b14-0eb7-4167-9188-a7a181ab0f82",
"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.