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": "acd6c77a-e071-4568-8fa4-aceb508411ff",
"StudentId": "174c1173-8240-4fd1-8957-316aed5fe5b6",
"EventSectorId": "ac5e44fb-293e-4739-874d-28af74d32544",
"ClassId": "2a8aa72d-355e-4967-8455-1e9e63766fbc",
"SectionId": "aa55a6d5-0f02-4bb1-94fb-f41da480cd63",
"SubjectId": "6c712adc-5cfa-459b-8203-216b27abceec",
"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.