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": "d59cc2b0-edf1-4ec5-961e-3522dfb70f66",
"EventSectorId": "47a9babf-9d9b-4976-b90c-f375d93ae3e3",
"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.