GET api/Center/GetCALBatch/{schoolid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
schoolid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALBatchDetail_ResultName | Description | Type | Additional information |
---|---|---|---|
schoolid | string |
None. |
|
std | string |
None. |
|
batchname | string |
None. |
|
batchid | string |
None. |
|
totstudent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "schoolid": "sample string 1", "std": "sample string 2", "batchname": "sample string 3", "batchid": "sample string 4", "totstudent": 1 }, { "schoolid": "sample string 1", "std": "sample string 2", "batchname": "sample string 3", "batchid": "sample string 4", "totstudent": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALBatchDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALBatchDetail_Result> <batchid>sample string 4</batchid> <batchname>sample string 3</batchname> <schoolid>sample string 1</schoolid> <std>sample string 2</std> <totstudent>1</totstudent> </GetCALBatchDetail_Result> <GetCALBatchDetail_Result> <batchid>sample string 4</batchid> <batchname>sample string 3</batchname> <schoolid>sample string 1</schoolid> <std>sample string 2</std> <totstudent>1</totstudent> </GetCALBatchDetail_Result> </ArrayOfGetCALBatchDetail_Result>