GET api/Student/GetPendingJobSeeker?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetERPJobSeekerPendingList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| candid | string |
None. |
|
| studentid | string |
None. |
|
| fullname | string |
None. |
|
| age | integer |
None. |
|
| mobile1 | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| fellowid | string |
None. |
|
| fellowname | string |
None. |
|
| tl | string |
None. |
|
| tlname | string |
None. |
|
| intrested | string |
None. |
|
| status | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"candid": "sample string 1",
"studentid": "sample string 2",
"fullname": "sample string 3",
"age": 1,
"mobile1": "sample string 4",
"centid": "sample string 5",
"centname": "sample string 6",
"fellowid": "sample string 7",
"fellowname": "sample string 8",
"tl": "sample string 9",
"tlname": "sample string 10",
"intrested": "sample string 11",
"status": "sample string 12",
"tRecordCount": 13
},
{
"candid": "sample string 1",
"studentid": "sample string 2",
"fullname": "sample string 3",
"age": 1,
"mobile1": "sample string 4",
"centid": "sample string 5",
"centname": "sample string 6",
"fellowid": "sample string 7",
"fellowname": "sample string 8",
"tl": "sample string 9",
"tlname": "sample string 10",
"intrested": "sample string 11",
"status": "sample string 12",
"tRecordCount": 13
}
]
application/xml, text/xml
Sample:
<ArrayOfGetERPJobSeekerPendingList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetERPJobSeekerPendingList_Result>
<age>1</age>
<candid>sample string 1</candid>
<centid>sample string 5</centid>
<centname>sample string 6</centname>
<fellowid>sample string 7</fellowid>
<fellowname>sample string 8</fellowname>
<fullname>sample string 3</fullname>
<intrested>sample string 11</intrested>
<mobile1>sample string 4</mobile1>
<status>sample string 12</status>
<studentid>sample string 2</studentid>
<tRecordCount>13</tRecordCount>
<tl>sample string 9</tl>
<tlname>sample string 10</tlname>
</GetERPJobSeekerPendingList_Result>
<GetERPJobSeekerPendingList_Result>
<age>1</age>
<candid>sample string 1</candid>
<centid>sample string 5</centid>
<centname>sample string 6</centname>
<fellowid>sample string 7</fellowid>
<fellowname>sample string 8</fellowname>
<fullname>sample string 3</fullname>
<intrested>sample string 11</intrested>
<mobile1>sample string 4</mobile1>
<status>sample string 12</status>
<studentid>sample string 2</studentid>
<tRecordCount>13</tRecordCount>
<tl>sample string 9</tl>
<tlname>sample string 10</tlname>
</GetERPJobSeekerPendingList_Result>
</ArrayOfGetERPJobSeekerPendingList_Result>