POST api/Events/GetAssignedClassSubjects
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": "8d37bb70-be03-4564-a4cd-f3c425b3b80a",
"UserId": "c02f7220-ff26-45f9-ac05-8203d9381b94",
"TeacherId": "49ae9522-71c1-4c73-959f-323a424c3693",
"ClassId": "0052bfd0-c107-4b94-b2b1-dd9eb95f8f5f",
"SectionId": "b06ff32b-8692-470c-8022-f7d203ab0063",
"SubjectId": "8c427406-6448-4036-bfec-718c2da08f6f",
"ClassCategoryId": "97f79bbd-eddc-46e8-a472-25bb86723d76",
"EventSectorId": "6fbc14d6-6eba-449a-83cf-bdc26393f940",
"Date": "2026-06-06T12:48:04.8295882+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "9379a0e8-02cf-4487-8340-d766bb027199",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "0cff6b0d-9c1f-4970-8272-dce7b421c888",
"EventId": "76478e55-0b96-46b5-b7c5-a52197c410c7",
"EventSectorId": "23edee35-a1e5-4246-a3c2-a6df867c649c",
"EventRegistrationId": "ee020a77-65b7-4b0e-983d-8f078a771d59",
"UserId": "9a34537f-b9fc-4ad3-8f21-89de3c352f7a",
"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:48:04.8295882+05:00",
"StudentDateOfBirth": "2026-06-06T12:48:04.8295882+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:48:04.8295882+05:00"
},
{
"StudentId": "9379a0e8-02cf-4487-8340-d766bb027199",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "0cff6b0d-9c1f-4970-8272-dce7b421c888",
"EventId": "76478e55-0b96-46b5-b7c5-a52197c410c7",
"EventSectorId": "23edee35-a1e5-4246-a3c2-a6df867c649c",
"EventRegistrationId": "ee020a77-65b7-4b0e-983d-8f078a771d59",
"UserId": "9a34537f-b9fc-4ad3-8f21-89de3c352f7a",
"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:48:04.8295882+05:00",
"StudentDateOfBirth": "2026-06-06T12:48:04.8295882+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:48:04.8295882+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.