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": "47ca2593-71f5-4d6d-b444-4e3b71a15846",
"UserId": "6d8002b0-dfe6-423c-b358-24989e389bfd",
"TeacherId": "1a255640-1b8d-4397-afcd-fd0743f08186",
"ClassId": "87cd50fe-1090-45f0-a77c-61e1ace7f46a",
"SectionId": "63bfbd8f-6c0c-475e-a995-e50403e842dc",
"SubjectId": "d33e10b5-dc5e-4d9a-844f-c0ccfe399e5f",
"ClassCategoryId": "97b6e473-f66a-4b9f-8301-91c1df5ec747",
"EventSectorId": "9481a9ec-8864-47c5-af9b-bf926808a9cc",
"Date": "2026-08-01T15:29:29.3048911+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "5575aada-3196-485d-9ccb-a90a0e13ece3",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "043117f3-ae46-4370-b57d-c2a63e5a9147",
"EventId": "c14050ae-90f2-4a13-b71e-a897712388c2",
"EventSectorId": "62d45d86-0702-41f3-90b5-d56277789a0b",
"EventRegistrationId": "971f41ce-0708-47b4-a910-aadf7f326b2d",
"UserId": "5dabdb9d-424e-420f-bc8c-723fff785878",
"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-08-01T15:29:29.3048911+05:00",
"StudentDateOfBirth": "2026-08-01T15:29:29.3048911+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T15:29:29.3048911+05:00"
},
{
"StudentId": "5575aada-3196-485d-9ccb-a90a0e13ece3",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "043117f3-ae46-4370-b57d-c2a63e5a9147",
"EventId": "c14050ae-90f2-4a13-b71e-a897712388c2",
"EventSectorId": "62d45d86-0702-41f3-90b5-d56277789a0b",
"EventRegistrationId": "971f41ce-0708-47b4-a910-aadf7f326b2d",
"UserId": "5dabdb9d-424e-420f-bc8c-723fff785878",
"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-08-01T15:29:29.3048911+05:00",
"StudentDateOfBirth": "2026-08-01T15:29:29.3048911+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T15:29:29.3048911+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.