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": "c60de5ac-1d29-40af-b89c-99d3cc095b8d",
"TeacherId": "946fad2a-9145-407f-bf09-bf468ce556a0",
"StudentId": "96a3dc3b-6a29-4f27-b190-7d1064f99e69",
"DateCreated": "2026-03-21T22:17:43.4092991+00:00",
"StatusId": 5,
"Index": 6,
"IsDeleted": true,
"IsArchived": true,
"ArchivedDate": "2026-03-21T22:17:43.4092991+00:00"
}
application/octet-stream, text/plain
Sample:
{"Id":"c60de5ac-1d29-40af-b89c-99d3cc095b8d","TeacherId":"946fad2a-9145-407f-bf09-bf468ce556a0","StudentId":"96a3dc3b-6a29-4f27-b190-7d1064f99e69","DateCreated":"2026-03-21T22:17:43.4092991+00:00","StatusId":5,"Index":6,"IsDeleted":true,"IsArchived":true,"ArchivedDate":"2026-03-21T22:17:43.4092991+00:00"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.