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": "c774ae48-b612-46e3-b910-47543295eff6",
"UserId": "efbc60df-c311-4389-bb68-caca308a96c6",
"TeacherId": "95664c31-aa50-4058-9f17-0fcaeab1910a",
"ClassId": "d2c90dce-55e2-4a76-8aa2-25d6dedaaad9",
"SectionId": "07a4e2a3-338c-48d4-9db7-87629f3f09c0",
"SubjectId": "fee69c42-8378-47a7-a695-35efa5e172a4",
"ClassCategoryId": "d88f29f7-5db9-451c-b42b-160871368c04",
"EventSectorId": "b9d7d95a-a828-4b3d-a42d-228f4d44c0f7",
"Date": "2026-02-03T15:15:39.6337782+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "78520534-d238-4093-b03d-ffa05c2eb3a1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "39d948ea-3563-4c87-a306-c1c743123a6d",
"EventId": "40f8a076-d07e-448f-a599-7fcf079e05a8",
"EventSectorId": "ac831467-f24b-4ce4-9dab-19ccb3e73183",
"EventRegistrationId": "146c3d51-1444-46c4-9bad-8afed905fc1c",
"UserId": "8a911371-4ffd-4ac2-b6f1-a94da61052e9",
"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-03T15:15:39.6337782+05:00",
"StudentDateOfBirth": "2026-02-03T15:15:39.6337782+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-03T15:15:39.6337782+05:00"
},
{
"StudentId": "78520534-d238-4093-b03d-ffa05c2eb3a1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "39d948ea-3563-4c87-a306-c1c743123a6d",
"EventId": "40f8a076-d07e-448f-a599-7fcf079e05a8",
"EventSectorId": "ac831467-f24b-4ce4-9dab-19ccb3e73183",
"EventRegistrationId": "146c3d51-1444-46c4-9bad-8afed905fc1c",
"UserId": "8a911371-4ffd-4ac2-b6f1-a94da61052e9",
"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-03T15:15:39.6337782+05:00",
"StudentDateOfBirth": "2026-02-03T15:15:39.6337782+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-03T15:15:39.6337782+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.