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": "aa4e01eb-9c92-487b-b8d0-6ad046ea9de3",
"UserId": "25966c71-fa96-4855-84c2-c4a7d42d9e91",
"TeacherId": "d6dacdb0-b83c-4af3-a78b-581a45162a07",
"ClassId": "03e25f91-f73d-4391-9ff0-234edd36642c",
"SectionId": "c8219f43-0d84-48e7-933c-4fe072a05997",
"SubjectId": "a3a41931-e985-4672-b3b1-a41e4d3ba844",
"ClassCategoryId": "bcd7ee0a-fc08-4b14-bd6b-a8c355f986a2",
"EventSectorId": "64ce93f9-4ada-463d-bc05-6d8e46adbc11",
"Date": "2026-02-14T16:18:13.6903388+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "bb0b388c-a8b3-4471-bb35-ae47c5a7612d",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "845f9878-166c-4f05-8854-042b2edb554a",
"EventId": "d4e91b0e-2990-4018-9237-b7b1ad51a178",
"EventSectorId": "a4ed2e1d-bc48-45e0-8fda-15b0806fce63",
"EventRegistrationId": "6e13953d-3f85-44b5-8f82-895df195d7ec",
"UserId": "caa8d54b-c6bf-41f4-9520-d0fda09554a6",
"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-02-14T16:18:13.6913487+05:00",
"StudentDateOfBirth": "2026-02-14T16:18:13.6913487+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-14T16:18:13.6913487+05:00"
},
{
"StudentId": "bb0b388c-a8b3-4471-bb35-ae47c5a7612d",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "845f9878-166c-4f05-8854-042b2edb554a",
"EventId": "d4e91b0e-2990-4018-9237-b7b1ad51a178",
"EventSectorId": "a4ed2e1d-bc48-45e0-8fda-15b0806fce63",
"EventRegistrationId": "6e13953d-3f85-44b5-8f82-895df195d7ec",
"UserId": "caa8d54b-c6bf-41f4-9520-d0fda09554a6",
"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-02-14T16:18:13.6913487+05:00",
"StudentDateOfBirth": "2026-02-14T16:18:13.6913487+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-14T16:18:13.6913487+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.