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": "85e5ede4-c916-4110-b53b-73a5a8fbfc9b",
"TeacherId": "54db4c8b-1ffc-411b-885b-2053accd525c",
"StudentId": "511def4a-e933-4ba9-9e63-6b64c7275b11",
"DateCreated": "2026-05-02T04:25:09.6697291+00:00",
"StatusId": 5,
"Index": 6,
"IsDeleted": true,
"IsArchived": true,
"ArchivedDate": "2026-05-02T04:25:09.6697291+00:00"
}
application/octet-stream, text/plain
Sample:
{"Id":"85e5ede4-c916-4110-b53b-73a5a8fbfc9b","TeacherId":"54db4c8b-1ffc-411b-885b-2053accd525c","StudentId":"511def4a-e933-4ba9-9e63-6b64c7275b11","DateCreated":"2026-05-02T04:25:09.6697291+00:00","StatusId":5,"Index":6,"IsDeleted":true,"IsArchived":true,"ArchivedDate":"2026-05-02T04:25:09.6697291+00:00"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.