POST api/Students/GetAssignedClassStudents
Request Information
URI Parameters
None.
Body Parameters
AssignedClassesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| SectionId | globally unique identifier |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| ClassCategoryId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| StudentDetail | Collection of DTOStudentDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8813174f-6c9d-45a4-a161-50eadb449d5e",
"UserId": "87722acd-ca47-4b29-8285-bb5ed82bea98",
"TeacherId": "36d14b3c-8d8e-4576-be66-acbb68e71dde",
"ClassId": "32df100b-2f80-48e5-b3ec-d9493be136b9",
"SectionId": "31a8d56f-60ee-4bee-81bb-bf175c43972d",
"SubjectId": "05c8a9a3-45f7-4751-9800-52f3569eb1b5",
"ClassCategoryId": "1aa5c895-3dbd-4f39-95f4-f75c19d1769a",
"EventSectorId": "ab74e25b-082c-4355-a8cc-ac1520aba2b5",
"Date": "2026-05-16T01:28:23.5910225+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "998c13fe-884d-428a-8eef-025732b73d69",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "a0750d0f-b8bb-42cd-a53e-8ad54db3bfc1",
"EventId": "d52f7adc-abb6-4657-ae7f-061e73148463",
"EventSectorId": "0d7cd59b-3cd3-4dea-8836-ff3c7a0c551d",
"EventRegistrationId": "b297a334-3584-49b2-a3d2-d22dd88ed79f",
"UserId": "9bdba960-fb7b-4d12-b3e1-63adcfcbf854",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2026-05-16T01:28:23.5910225+05:00",
"StudentDateOfBirth": "2026-05-16T01:28:23.5910225+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-05-16T01:28:23.5910225+05:00"
},
{
"StudentId": "998c13fe-884d-428a-8eef-025732b73d69",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "a0750d0f-b8bb-42cd-a53e-8ad54db3bfc1",
"EventId": "d52f7adc-abb6-4657-ae7f-061e73148463",
"EventSectorId": "0d7cd59b-3cd3-4dea-8836-ff3c7a0c551d",
"EventRegistrationId": "b297a334-3584-49b2-a3d2-d22dd88ed79f",
"UserId": "9bdba960-fb7b-4d12-b3e1-63adcfcbf854",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2026-05-16T01:28:23.5910225+05:00",
"StudentDateOfBirth": "2026-05-16T01:28:23.5910225+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-05-16T01:28:23.5910225+05:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.