POST api/Students/GetClassDetails?page={page}&search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| search | string |
None. |
Body Parameters
StudentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| DateCreated | date |
None. |
|
| StatusId | integer |
None. |
|
| Index | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsArchived | boolean |
None. |
|
| ArchivedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7ba0405c-72ed-4d9d-abc6-eafe8fe073e9",
"TeacherId": "35e58959-3d76-46b1-a4c4-be5d53142823",
"StudentId": "d8f51cac-c1e1-444d-9500-3c42602e3994",
"DateCreated": "2026-06-20T19:41:00.2138745+00:00",
"StatusId": 5,
"Index": 6,
"IsDeleted": true,
"IsArchived": true,
"ArchivedDate": "2026-06-20T19:41:00.2138745+00:00"
}
application/octet-stream, text/plain
Sample:
{"Id":"7ba0405c-72ed-4d9d-abc6-eafe8fe073e9","TeacherId":"35e58959-3d76-46b1-a4c4-be5d53142823","StudentId":"d8f51cac-c1e1-444d-9500-3c42602e3994","DateCreated":"2026-06-20T19:41:00.2138745+00:00","StatusId":5,"Index":6,"IsDeleted":true,"IsArchived":true,"ArchivedDate":"2026-06-20T19:41:00.2138745+00:00"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.