GET api/masters/Admissionsyear/addyearlist?PageNo={PageNo}&PageSize={PageSize}&SearchTerm={SearchTerm}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PageNo | No documentation available. |
Define this parameter in the request URI. |
| PageSize | No documentation available. |
Define this parameter in the request URI. |
| SearchTerm | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"AddList": [
{
"AddID": 1,
"AddYear": 2,
"AddName": "sample string 3",
"AddStartDate": "2026-03-31T16:45:37.7925296+05:30",
"AddEndDate": "2026-03-31T16:45:37.7925296+05:30",
"IsAddActive": true,
"AddType": "sample string 7",
"IsPublishedForLateral": true,
"LateralExamDate": "2026-03-31T16:45:37.7925296+05:30",
"AdmissionOfficerID": 1,
"AdmissionOfficerName": "sample string 9"
},
{
"AddID": 1,
"AddYear": 2,
"AddName": "sample string 3",
"AddStartDate": "2026-03-31T16:45:37.7925296+05:30",
"AddEndDate": "2026-03-31T16:45:37.7925296+05:30",
"IsAddActive": true,
"AddType": "sample string 7",
"IsPublishedForLateral": true,
"LateralExamDate": "2026-03-31T16:45:37.7925296+05:30",
"AdmissionOfficerID": 1,
"AdmissionOfficerName": "sample string 9"
},
{
"AddID": 1,
"AddYear": 2,
"AddName": "sample string 3",
"AddStartDate": "2026-03-31T16:45:37.7925296+05:30",
"AddEndDate": "2026-03-31T16:45:37.7925296+05:30",
"IsAddActive": true,
"AddType": "sample string 7",
"IsPublishedForLateral": true,
"LateralExamDate": "2026-03-31T16:45:37.7925296+05:30",
"AdmissionOfficerID": 1,
"AdmissionOfficerName": "sample string 9"
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<AddYearAPIVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<AddList>
<AddYearList>
<AddEndDate>2026-03-31T16:45:37.7925296+05:30</AddEndDate>
<AddID>1</AddID>
<AddName>sample string 3</AddName>
<AddStartDate>2026-03-31T16:45:37.7925296+05:30</AddStartDate>
<AddType>sample string 7</AddType>
<AddYear>2</AddYear>
<AdmissionOfficerID>1</AdmissionOfficerID>
<AdmissionOfficerName>sample string 9</AdmissionOfficerName>
<IsAddActive>true</IsAddActive>
<IsPublishedForLateral>true</IsPublishedForLateral>
<LateralExamDate>2026-03-31T16:45:37.7925296+05:30</LateralExamDate>
</AddYearList>
<AddYearList>
<AddEndDate>2026-03-31T16:45:37.7925296+05:30</AddEndDate>
<AddID>1</AddID>
<AddName>sample string 3</AddName>
<AddStartDate>2026-03-31T16:45:37.7925296+05:30</AddStartDate>
<AddType>sample string 7</AddType>
<AddYear>2</AddYear>
<AdmissionOfficerID>1</AdmissionOfficerID>
<AdmissionOfficerName>sample string 9</AdmissionOfficerName>
<IsAddActive>true</IsAddActive>
<IsPublishedForLateral>true</IsPublishedForLateral>
<LateralExamDate>2026-03-31T16:45:37.7925296+05:30</LateralExamDate>
</AddYearList>
<AddYearList>
<AddEndDate>2026-03-31T16:45:37.7925296+05:30</AddEndDate>
<AddID>1</AddID>
<AddName>sample string 3</AddName>
<AddStartDate>2026-03-31T16:45:37.7925296+05:30</AddStartDate>
<AddType>sample string 7</AddType>
<AddYear>2</AddYear>
<AdmissionOfficerID>1</AdmissionOfficerID>
<AdmissionOfficerName>sample string 9</AdmissionOfficerName>
<IsAddActive>true</IsAddActive>
<IsPublishedForLateral>true</IsPublishedForLateral>
<LateralExamDate>2026-03-31T16:45:37.7925296+05:30</LateralExamDate>
</AddYearList>
</AddList>
<TotalRecords>1</TotalRecords>
</AddYearAPIVM>