GET api/JankalyanHome/GetRajAdvtSideBarData?deptCode={deptCode}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deptCode | integer |
Default value is 0 |
|
| pageSize | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfRajAdvtSideBarModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| StatusCode | integer |
None. |
|
| Data | Collection of RajAdvtSideBarModel |
None. |
|
| Exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"StatusCode": 3,
"Data": [
{
"Achievement": "sample string 1",
"AchievementHindi": "sample string 2",
"Url": "sample string 3",
"AchievementSubCategoryCode": 1,
"AchievementDate": "2026-04-03T04:43:13.8500927+05:30",
"AchievementDateHindi": "sample string 4",
"PdfFIleName": "sample string 5",
"ImagePath": "sample string 6",
"ThumbnailImagePath": "sample string 7",
"ModifiedDate": "2026-04-03T04:43:13.8500927+05:30",
"TotalRows": 1
},
{
"Achievement": "sample string 1",
"AchievementHindi": "sample string 2",
"Url": "sample string 3",
"AchievementSubCategoryCode": 1,
"AchievementDate": "2026-04-03T04:43:13.8500927+05:30",
"AchievementDateHindi": "sample string 4",
"PdfFIleName": "sample string 5",
"ImagePath": "sample string 6",
"ThumbnailImagePath": "sample string 7",
"ModifiedDate": "2026-04-03T04:43:13.8500927+05:30",
"TotalRows": 1
}
],
"Exception": "sample string 4"
}
application/xml, text/xml
Sample:
<ServiceResponseOfArrayOfRajAdvtSideBarModelwye3iHxf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Services.ServiceHelper">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.AdminModel">
<d2p1:RajAdvtSideBarModel>
<d2p1:Achievement>sample string 1</d2p1:Achievement>
<d2p1:AchievementDate>2026-04-03T04:43:13.8500927+05:30</d2p1:AchievementDate>
<d2p1:AchievementDateHindi>sample string 4</d2p1:AchievementDateHindi>
<d2p1:AchievementHindi>sample string 2</d2p1:AchievementHindi>
<d2p1:AchievementSubCategoryCode>1</d2p1:AchievementSubCategoryCode>
<d2p1:ImagePath>sample string 6</d2p1:ImagePath>
<d2p1:ModifiedDate>2026-04-03T04:43:13.8500927+05:30</d2p1:ModifiedDate>
<d2p1:PdfFIleName>sample string 5</d2p1:PdfFIleName>
<d2p1:ThumbnailImagePath>sample string 7</d2p1:ThumbnailImagePath>
<d2p1:TotalRows>1</d2p1:TotalRows>
<d2p1:Url>sample string 3</d2p1:Url>
</d2p1:RajAdvtSideBarModel>
<d2p1:RajAdvtSideBarModel>
<d2p1:Achievement>sample string 1</d2p1:Achievement>
<d2p1:AchievementDate>2026-04-03T04:43:13.8500927+05:30</d2p1:AchievementDate>
<d2p1:AchievementDateHindi>sample string 4</d2p1:AchievementDateHindi>
<d2p1:AchievementHindi>sample string 2</d2p1:AchievementHindi>
<d2p1:AchievementSubCategoryCode>1</d2p1:AchievementSubCategoryCode>
<d2p1:ImagePath>sample string 6</d2p1:ImagePath>
<d2p1:ModifiedDate>2026-04-03T04:43:13.8500927+05:30</d2p1:ModifiedDate>
<d2p1:PdfFIleName>sample string 5</d2p1:PdfFIleName>
<d2p1:ThumbnailImagePath>sample string 7</d2p1:ThumbnailImagePath>
<d2p1:TotalRows>1</d2p1:TotalRows>
<d2p1:Url>sample string 3</d2p1:Url>
</d2p1:RajAdvtSideBarModel>
</Data>
<Exception>sample string 4</Exception>
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<StatusCode>3</StatusCode>
</ServiceResponseOfArrayOfRajAdvtSideBarModelwye3iHxf>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsSuccess" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Message" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="StatusCode" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].Achievement" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].AchievementHindi" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].Url" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].AchievementSubCategoryCode" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].AchievementDate" 2026-04-03T04:43:13.8500927+05:30 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].AchievementDateHindi" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].PdfFIleName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].ImagePath" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].ThumbnailImagePath" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].ModifiedDate" 2026-04-03T04:43:13.8500927+05:30 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[0].TotalRows" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].Achievement" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].AchievementHindi" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].Url" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].AchievementSubCategoryCode" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].AchievementDate" 2026-04-03T04:43:13.8500927+05:30 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].AchievementDateHindi" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].PdfFIleName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].ImagePath" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].ThumbnailImagePath" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].ModifiedDate" 2026-04-03T04:43:13.8500927+05:30 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Data[1].TotalRows" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Exception" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e--