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": "33dd1696-e0e6-4ee2-a6ba-88c766d0e0f3",
"EventSectorId": "ef15237b-2724-437d-898c-cc7f6ffa9a6b",
"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.