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": "d84f9122-9686-457c-8752-6ccf24ba62e1",
"StudentId": "25f15f0b-7e47-4ffe-9d9a-034397595d2f",
"EventSectorId": "473122b6-81b8-491d-ab97-02872003623d",
"ClassId": "46564376-5d1c-4806-bb4f-c29395e780b7",
"SectionId": "cf4ad413-3d50-4d2e-888a-e1d88cacf666",
"SubjectId": "4e6a720c-93f2-46da-945e-e2aacb612032",
"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.