POST api/Students/GetEventSectorAllStudentsAttendanceHistory
Request Information
URI Parameters
None.
Body Parameters
EventSectorAllStudentsAttendanceRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "f1d129b3-e082-4cba-8486-4a0d9b92ffa4",
"EventSectorId": "d32f3b18-8941-4ded-b227-431a6e3822b3",
"Start": 1,
"Length": 2,
"Search": "sample string 3",
"OrderColumn": 4,
"OrderDir": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.