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": "995d1c4a-5933-4ba5-9c25-6026e3aff0cc",
"StudentId": "59f400b6-03c0-4843-8ac1-385ce8739b5f",
"EventSectorId": "4039020b-1c95-48ef-b6c6-424c7c22e907",
"ClassId": "372b61e7-eeac-4f70-8807-e98616d216a2",
"SectionId": "6820f2b5-bd39-46f8-805e-c809e6516bd1",
"SubjectId": "762ac10b-ecf2-4851-995f-d01380a4f493",
"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.