POST api/Students/GetStudentPreviousAttendance
Request Information
URI Parameters
None.
Body Parameters
StudentAttendaceRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| EventSectorId | 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. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "912b93ae-a793-4adc-a8d8-5ce479bcf7e3",
"StudentId": "0085f907-b507-4b22-be60-e2e74bf16045",
"EventSectorId": "503395d4-38ca-4d16-a3be-91b463f86025",
"ClassId": "601169b7-b57d-4ed5-b994-da94cfd2a6ba",
"SectionId": "0f5ccccc-fa90-4dd6-9839-230b003ef5a0",
"SubjectId": "83ac3da1-e388-4404-92e2-3e1eadd6c794",
"Start": 1,
"Length": 2,
"Search": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.