GET api/Student/GetJobseekerCountForPrePlacementSession/{centid}/{acyear}/{pbatch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
Required |
|
| acyear | string |
Required |
|
| pbatch | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetJobseekerCountForPrePlacementSession_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| column1 | string |
None. |
|
| column2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"column1": "sample string 1",
"column2": "sample string 2"
},
{
"column1": "sample string 1",
"column2": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetJobseekerCountForPrePlacementSession_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetJobseekerCountForPrePlacementSession_Result>
<column1>sample string 1</column1>
<column2>sample string 2</column2>
</GetJobseekerCountForPrePlacementSession_Result>
<GetJobseekerCountForPrePlacementSession_Result>
<column1>sample string 1</column1>
<column2>sample string 2</column2>
</GetJobseekerCountForPrePlacementSession_Result>
</ArrayOfGetJobseekerCountForPrePlacementSession_Result>