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": "89dd2f56-cf6f-49eb-9f36-b7f1fe1ef1e0",
"StudentId": "7043c925-c3a4-442e-acae-9b3df8277311",
"EventSectorId": "52272c2e-6ad8-4193-846b-18d9a5518adf",
"ClassId": "88c5a170-028b-4361-9893-0497060eb03f",
"SectionId": "1a2c1cd3-c1f7-4604-a611-f0a3478d3675",
"SubjectId": "cdd6343b-1d19-4bac-9bb7-a527ba65949b",
"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.