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": "69e590e5-c60d-4da0-a649-30d6a594c38a",
"StudentId": "e107057a-3cdd-40fe-9954-20f6f17b3414",
"EventSectorId": "f4c5cd77-18ff-45b7-a09b-11132885d158",
"ClassId": "95207e4b-aa26-45c6-bc7b-74d96c5d3b09",
"SectionId": "979513e2-ae6b-483c-882c-15f93c884ff8",
"SubjectId": "17027d41-36e0-494b-a093-9d99df05e228",
"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.