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": "956c3c9a-f72a-49de-873a-24a9e3aa62e6",
"UserId": "da861996-4d1e-4238-86ec-4ed3e791675c",
"TeacherId": "0266ce32-b778-4aee-aee9-ff1ac43b48a9",
"ClassId": "3a89961d-32e3-4cea-9396-51e12918a0a4",
"SectionId": "1f3c9d36-3003-4512-b118-38a4281b0c50",
"SubjectId": "e898ff96-7508-45be-b2bb-4ad29899e2b6",
"ClassCategoryId": "6fdf7c38-75d9-4866-873c-ddffa1b1b590",
"EventSectorId": "875abb2b-423e-4d15-b5f5-86c3dd2e0743",
"Date": "2026-06-06T12:46:24.0718724+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "4e6396e5-673a-46d7-962e-0d4a12a5406f",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "7866dbaa-922c-4f64-9377-ab1f28186e5a",
"EventId": "c9f730ab-8dfc-48ed-93ee-fb9a681aaceb",
"EventSectorId": "fad9949a-416e-4108-95d9-ea3dea69fa27",
"EventRegistrationId": "641ab1f4-84e2-48de-b92d-7c3a8046c8a5",
"UserId": "9580d86a-0892-475f-8f42-c0d7cbf04d56",
"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-06-06T12:46:24.0728496+05:00",
"StudentDateOfBirth": "2026-06-06T12:46:24.0728496+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:46:24.0728496+05:00"
},
{
"StudentId": "4e6396e5-673a-46d7-962e-0d4a12a5406f",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "7866dbaa-922c-4f64-9377-ab1f28186e5a",
"EventId": "c9f730ab-8dfc-48ed-93ee-fb9a681aaceb",
"EventSectorId": "fad9949a-416e-4108-95d9-ea3dea69fa27",
"EventRegistrationId": "641ab1f4-84e2-48de-b92d-7c3a8046c8a5",
"UserId": "9580d86a-0892-475f-8f42-c0d7cbf04d56",
"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-06-06T12:46:24.0728496+05:00",
"StudentDateOfBirth": "2026-06-06T12:46:24.0728496+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:46:24.0728496+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.