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": "1f66f301-0d37-41a0-be77-f74129cc82ad",
"ClassId": "548eb15b-62bd-4e6f-a3bb-ac86c52c3a6b",
"SectionId": "282d89e1-40fa-42b4-8278-9950a3e526ee",
"SubjectId": "d6ef0a91-b4a7-40fb-bd6e-d60776fe3b29",
"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.