POST api/administrator/GetCandidateProfile

Request Information

URI Parameters

None.

Body Parameters

GetCandidateDetailRequest
NameDescriptionTypeAdditional information
SearchText

string

None.

SkipRow

integer

None.

TakeRow

integer

None.

StateId

integer

None.

PostId

integer

None.

SubjectId

integer

None.

StatusList

Collection of integer

None.

PostName

string

None.

ExamDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchText": "sample string 1",
  "SkipRow": 2,
  "TakeRow": 3,
  "StateId": 4,
  "PostId": 5,
  "SubjectId": 6,
  "StatusList": [
    1,
    2
  ],
  "PostName": "sample string 7",
  "ExamDate": "2024-10-19T23:10:33.9264605+05:30"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.