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": "f2d5b2e8-3e50-486f-a032-632f352c9b26",
"UserId": "dc4f128b-1222-48f0-9b8d-7531b4bef27c",
"TeacherId": "74acec91-6a84-4311-8d7f-2d37a71e4d95",
"ClassId": "9309c44a-f92b-470c-9c45-7f0c2fa7b0e4",
"SectionId": "1b8c313b-6557-4066-a5f7-bc15b67ed95e",
"SubjectId": "7429b69d-75d3-461f-a395-23bf9f3d77e3",
"ClassCategoryId": "2944b23e-7507-47ad-9372-b5c9c2a1cf32",
"EventSectorId": "92cb71ac-7762-478d-9629-41b45a271a02",
"Date": "2026-09-25T12:49:36.5977211+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "ec03c12e-7746-4f93-a1a2-589bd1981d47",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "842de804-41be-4f33-85be-cea95e23a8d7",
"EventId": "257efd61-95cf-4731-8030-23cd2b001f63",
"EventSectorId": "aed2123f-e7a1-44d6-870f-41e6044a3a0c",
"EventRegistrationId": "c98328e6-dbed-48e8-8cbf-810f0328da0e",
"UserId": "2a259828-0bab-4cfa-898d-a53bd363fc5c",
"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-09-25T12:49:36.5977211+05:00",
"StudentDateOfBirth": "2026-09-25T12:49:36.5977211+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T12:49:36.5977211+05:00"
},
{
"StudentId": "ec03c12e-7746-4f93-a1a2-589bd1981d47",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "842de804-41be-4f33-85be-cea95e23a8d7",
"EventId": "257efd61-95cf-4731-8030-23cd2b001f63",
"EventSectorId": "aed2123f-e7a1-44d6-870f-41e6044a3a0c",
"EventRegistrationId": "c98328e6-dbed-48e8-8cbf-810f0328da0e",
"UserId": "2a259828-0bab-4cfa-898d-a53bd363fc5c",
"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-09-25T12:49:36.5977211+05:00",
"StudentDateOfBirth": "2026-09-25T12:49:36.5977211+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T12:49:36.5977211+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.