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": "4200ffaa-5862-4ad8-91ca-3b94e8a21f51",
"UserId": "0b8be3de-1cc9-4045-9d14-122832ec73eb",
"TeacherId": "e9aeb5f5-a647-4b43-98e4-dd5961bd09ce",
"ClassId": "a99b3f64-9513-4786-9b8b-b66d556557ab",
"SectionId": "cc19fd7d-013e-4600-8c8e-00664451b31c",
"SubjectId": "b412ca1a-5115-4ac1-bfd9-e970c37fe958",
"ClassCategoryId": "32453905-504f-4375-946f-e2fd06eb2212",
"EventSectorId": "402c94a6-0d69-4168-8b83-4c20263ee569",
"Date": "2025-12-20T17:42:55.99669+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "f9bda223-f9d9-433a-a7af-3d0502b11b0a",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "7c18b74e-0821-4d2b-9625-f02f3fa7da32",
"EventId": "035f0352-b5db-4be5-a0c6-ca6d44331938",
"EventSectorId": "cd89093b-c78a-493b-9104-90b1ea587dac",
"EventRegistrationId": "6389dbfd-b1fc-4a13-a8f9-bba227b478cd",
"UserId": "2535673c-148e-4fa6-af20-bf649a66f21c",
"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": "2025-12-20T17:42:55.99669+05:00",
"StudentDateOfBirth": "2025-12-20T17:42:55.99669+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:42:55.99669+05:00"
},
{
"StudentId": "f9bda223-f9d9-433a-a7af-3d0502b11b0a",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "7c18b74e-0821-4d2b-9625-f02f3fa7da32",
"EventId": "035f0352-b5db-4be5-a0c6-ca6d44331938",
"EventSectorId": "cd89093b-c78a-493b-9104-90b1ea587dac",
"EventRegistrationId": "6389dbfd-b1fc-4a13-a8f9-bba227b478cd",
"UserId": "2535673c-148e-4fa6-af20-bf649a66f21c",
"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": "2025-12-20T17:42:55.99669+05:00",
"StudentDateOfBirth": "2025-12-20T17:42:55.99669+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:42:55.99669+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.