POST api/Events/GetClassCategories
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": "df80b3fe-71d5-4e69-b3e3-fa381a5b1557",
"UserId": "53b9f1f3-7194-4c28-9ade-8be8e771d00b",
"TeacherId": "38c37c51-ddf0-4de9-9572-b76645cf0b5e",
"ClassId": "d5afc6e0-6e73-40b3-9dd5-b467f0a49d1a",
"SectionId": "3f664849-2d2c-4371-ab5b-f23075870501",
"SubjectId": "713a7e5d-0a53-4be0-85bd-f55a58254049",
"ClassCategoryId": "9fcde9f9-1312-4ea1-bf94-8501dff241e4",
"EventSectorId": "1bfa7051-c908-4ecb-9d76-ecb4bc6f0808",
"Date": "2026-04-11T17:07:04.0119895+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "a2a83690-4b38-440b-bc36-8c565cbbf1d6",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f603f7e3-9d96-46fd-8c0f-294599294420",
"EventId": "8c0f60f9-b8ad-4d57-9094-4720b2aee9e0",
"EventSectorId": "6beef240-73f6-4aa7-aead-6dd5b450dbd6",
"EventRegistrationId": "91d91b9c-b777-48c1-9448-ee8e6d515ac7",
"UserId": "1a2fccee-8033-4949-bf32-7834b736ee05",
"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-04-11T17:07:04.0119895+05:00",
"StudentDateOfBirth": "2026-04-11T17:07:04.0119895+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:07:04.0119895+05:00"
},
{
"StudentId": "a2a83690-4b38-440b-bc36-8c565cbbf1d6",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f603f7e3-9d96-46fd-8c0f-294599294420",
"EventId": "8c0f60f9-b8ad-4d57-9094-4720b2aee9e0",
"EventSectorId": "6beef240-73f6-4aa7-aead-6dd5b450dbd6",
"EventRegistrationId": "91d91b9c-b777-48c1-9448-ee8e6d515ac7",
"UserId": "1a2fccee-8033-4949-bf32-7834b736ee05",
"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-04-11T17:07:04.0119895+05:00",
"StudentDateOfBirth": "2026-04-11T17:07:04.0119895+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:07:04.0119895+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.