GET api/Student/GetYouthBatchDetails/{batchid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| batchid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetYouthBatchDetails_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| batchid | string |
None. |
|
| batname | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| startdate | date |
None. |
|
| enddate | date |
None. |
|
| status | integer |
None. |
|
| plancount | integer |
None. |
|
| academicyear | string |
None. |
|
| createdby | string |
None. |
|
| updatedby | string |
None. |
|
| createdon | date |
None. |
|
| updateon | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"batchid": "sample string 1",
"batname": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"startdate": "2026-05-03T17:28:42.5327614+05:30",
"enddate": "2026-05-03T17:28:42.5327614+05:30",
"status": 1,
"plancount": 1,
"academicyear": "sample string 5",
"createdby": "sample string 6",
"updatedby": "sample string 7",
"createdon": "2026-05-03T17:28:42.5327614+05:30",
"updateon": "2026-05-03T17:28:42.5327614+05:30"
},
{
"batchid": "sample string 1",
"batname": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"startdate": "2026-05-03T17:28:42.5327614+05:30",
"enddate": "2026-05-03T17:28:42.5327614+05:30",
"status": 1,
"plancount": 1,
"academicyear": "sample string 5",
"createdby": "sample string 6",
"updatedby": "sample string 7",
"createdon": "2026-05-03T17:28:42.5327614+05:30",
"updateon": "2026-05-03T17:28:42.5327614+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetYouthBatchDetails_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetYouthBatchDetails_Result>
<academicyear>sample string 5</academicyear>
<batchid>sample string 1</batchid>
<batname>sample string 2</batname>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<createdby>sample string 6</createdby>
<createdon>2026-05-03T17:28:42.5327614+05:30</createdon>
<enddate>2026-05-03T17:28:42.5327614+05:30</enddate>
<plancount>1</plancount>
<startdate>2026-05-03T17:28:42.5327614+05:30</startdate>
<status>1</status>
<updatedby>sample string 7</updatedby>
<updateon>2026-05-03T17:28:42.5327614+05:30</updateon>
</GetYouthBatchDetails_Result>
<GetYouthBatchDetails_Result>
<academicyear>sample string 5</academicyear>
<batchid>sample string 1</batchid>
<batname>sample string 2</batname>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<createdby>sample string 6</createdby>
<createdon>2026-05-03T17:28:42.5327614+05:30</createdon>
<enddate>2026-05-03T17:28:42.5327614+05:30</enddate>
<plancount>1</plancount>
<startdate>2026-05-03T17:28:42.5327614+05:30</startdate>
<status>1</status>
<updatedby>sample string 7</updatedby>
<updateon>2026-05-03T17:28:42.5327614+05:30</updateon>
</GetYouthBatchDetails_Result>
</ArrayOfGetYouthBatchDetails_Result>