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": "da596821-6ac4-431a-b5a7-e1f8efef65ee",
"StudentId": "dd1173ac-2d10-4ee7-aee6-236b6fe8b72d",
"EventSectorId": "12661185-efa2-41f9-84b5-71d779e0af8f",
"ClassId": "38346107-5389-46fd-9639-e7412960ba22",
"SectionId": "64cc4cf9-a581-42c3-b745-2b1738173ef6",
"SubjectId": "0806b00b-0ab9-41da-97c1-1f50213038c7",
"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.