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": "b846b0d7-d33e-45f1-8f6f-84108e00f0c9",
"StudentId": "cbd2192c-e9aa-4493-9225-33f9394e925c",
"EventSectorId": "44ce595b-29f4-4381-945a-31603e025fa2",
"ClassId": "a6a8f4e3-aa24-4433-9d48-c3133f026331",
"SectionId": "7cc8a625-32c9-40d0-8893-a60ed0b07123",
"SubjectId": "e8457c00-bc35-4828-b104-ac0b838a2fd7",
"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.