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": "c5ba9715-9a3b-4fec-9e2b-a28113b95bf8",
"StudentId": "4ecef19c-e152-407e-815c-330886fdbfcc",
"EventSectorId": "dbda23c3-a5f3-4f51-8542-418cf78b105f",
"ClassId": "750fcd89-3ee0-4169-9c21-1d70aa1b7973",
"SectionId": "c9badcc6-1afa-49f4-bc92-087070c2d5b3",
"SubjectId": "a9b1c8dd-e715-4ad6-b691-94b6fa25b860",
"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.