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": "8aea8f7b-0769-42ff-aaaf-eef466e4153d",
"UserId": "52b9fad3-1c04-4aa2-9eaf-c7858c9db83f",
"TeacherId": "cb7f58dd-8981-4206-8989-f39a0ac9c982",
"ClassId": "c66e3d43-d30e-408c-94f8-59666a52b047",
"SectionId": "5f6d4765-f0b3-406a-9d58-2ba16635dcf1",
"SubjectId": "82fea29e-789b-4469-bf2a-17c383dff32c",
"ClassCategoryId": "a567b5b1-564f-47ee-9aab-ec82f74ab9a0",
"EventSectorId": "79a3e5c3-3a1b-49fb-b013-67db93bb4ab5",
"Date": "2026-03-31T16:16:22.3592421+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "19e67ad7-fb4a-4527-a4b4-4d795eab0912",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "da485968-126f-4473-90dc-c95398d95cfa",
"EventId": "518e6478-287f-4caf-a1d9-68232b3925e9",
"EventSectorId": "12338e00-ec7a-4787-b2eb-3d8f260e2380",
"EventRegistrationId": "7bf603da-011a-48c5-8290-0cbf91fa91b2",
"UserId": "14846063-cc51-4006-a58c-7266de89a701",
"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-03-31T16:16:22.3592421+05:00",
"StudentDateOfBirth": "2026-03-31T16:16:22.3592421+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:16:22.3592421+05:00"
},
{
"StudentId": "19e67ad7-fb4a-4527-a4b4-4d795eab0912",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "da485968-126f-4473-90dc-c95398d95cfa",
"EventId": "518e6478-287f-4caf-a1d9-68232b3925e9",
"EventSectorId": "12338e00-ec7a-4787-b2eb-3d8f260e2380",
"EventRegistrationId": "7bf603da-011a-48c5-8290-0cbf91fa91b2",
"UserId": "14846063-cc51-4006-a58c-7266de89a701",
"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-03-31T16:16:22.3592421+05:00",
"StudentDateOfBirth": "2026-03-31T16:16:22.3592421+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:16:22.3592421+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.