POST api/Students/GetClassDetails?page={page}&search={search}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Required

search

string

None.

Body Parameters

StudentModel
NameDescriptionTypeAdditional 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": "1bc9fa17-f8f2-4df7-a49e-2ec6dba2ff82",
  "TeacherId": "ec9cec53-3b68-40d4-a2da-4e2a3c81d2f0",
  "StudentId": "5318ac77-4da8-4786-b5fe-c9a58f2804c8",
  "DateCreated": "2025-08-29T01:40:56.3840636+00:00",
  "StatusId": 5,
  "Index": 6,
  "IsDeleted": true,
  "IsArchived": true,
  "ArchivedDate": "2025-08-29T01:40:56.3840636+00:00"
}

application/octet-stream, text/plain

Sample:
{"Id":"1bc9fa17-f8f2-4df7-a49e-2ec6dba2ff82","TeacherId":"ec9cec53-3b68-40d4-a2da-4e2a3c81d2f0","StudentId":"5318ac77-4da8-4786-b5fe-c9a58f2804c8","DateCreated":"2025-08-29T01:40:56.3840636+00:00","StatusId":5,"Index":6,"IsDeleted":true,"IsArchived":true,"ArchivedDate":"2025-08-29T01:40:56.3840636+00:00"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream, text/plain

Sample:

Sample not available.