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": "f03ede29-9ec8-485f-8df3-aff50be2a503",
"StudentId": "681a75f6-6227-446c-99ef-011106b73be9",
"EventSectorId": "4522cb81-2a93-4b1e-8bbf-a235bd11e072",
"ClassId": "4bdc90f0-a2ed-4614-a945-6792ba7cd89f",
"SectionId": "3862269b-8d23-458c-af19-1cde0a5ca9d5",
"SubjectId": "17f45a72-d52d-4802-bf20-4d884982483a",
"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.