GET api/general/media/PRList?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:
{
"PRList": [
{
"PressReleaseID": 1,
"PressReleaseTitle": "sample string 2",
"PressReleaseDate": "2026-03-31T16:42:53.2860085+05:30",
"DeptName": "sample string 4",
"PressReleaseContent": "sample string 5",
"IsNew": true,
"DraftedBy": "sample string 7",
"DraftDate": "2026-03-31T16:42:53.2860085+05:30",
"PublishedBy": "sample string 9",
"PublishedDate": "2026-03-31T16:42:53.2860085+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 13
},
{
"PressReleaseID": 1,
"PressReleaseTitle": "sample string 2",
"PressReleaseDate": "2026-03-31T16:42:53.2860085+05:30",
"DeptName": "sample string 4",
"PressReleaseContent": "sample string 5",
"IsNew": true,
"DraftedBy": "sample string 7",
"DraftDate": "2026-03-31T16:42:53.2860085+05:30",
"PublishedBy": "sample string 9",
"PublishedDate": "2026-03-31T16:42:53.2860085+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 13
},
{
"PressReleaseID": 1,
"PressReleaseTitle": "sample string 2",
"PressReleaseDate": "2026-03-31T16:42:53.2860085+05:30",
"DeptName": "sample string 4",
"PressReleaseContent": "sample string 5",
"IsNew": true,
"DraftedBy": "sample string 7",
"DraftDate": "2026-03-31T16:42:53.2860085+05:30",
"PublishedBy": "sample string 9",
"PublishedDate": "2026-03-31T16:42:53.2860085+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 13
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<CMSPRGenViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<PRList>
<CMSPressReleaseGenView>
<DeptName>sample string 4</DeptName>
<DraftDate>2026-03-31T16:42:53.2860085+05:30</DraftDate>
<DraftedBy>sample string 7</DraftedBy>
<IsDraft>true</IsDraft>
<IsNew>true</IsNew>
<IsPublished>true</IsPublished>
<PressReleaseContent>sample string 5</PressReleaseContent>
<PressReleaseDate>2026-03-31T16:42:53.2860085+05:30</PressReleaseDate>
<PressReleaseID>1</PressReleaseID>
<PressReleaseTitle>sample string 2</PressReleaseTitle>
<PublishedBy>sample string 9</PublishedBy>
<PublishedDate>2026-03-31T16:42:53.2860085+05:30</PublishedDate>
<ViewCount>13</ViewCount>
</CMSPressReleaseGenView>
<CMSPressReleaseGenView>
<DeptName>sample string 4</DeptName>
<DraftDate>2026-03-31T16:42:53.2860085+05:30</DraftDate>
<DraftedBy>sample string 7</DraftedBy>
<IsDraft>true</IsDraft>
<IsNew>true</IsNew>
<IsPublished>true</IsPublished>
<PressReleaseContent>sample string 5</PressReleaseContent>
<PressReleaseDate>2026-03-31T16:42:53.2860085+05:30</PressReleaseDate>
<PressReleaseID>1</PressReleaseID>
<PressReleaseTitle>sample string 2</PressReleaseTitle>
<PublishedBy>sample string 9</PublishedBy>
<PublishedDate>2026-03-31T16:42:53.2860085+05:30</PublishedDate>
<ViewCount>13</ViewCount>
</CMSPressReleaseGenView>
<CMSPressReleaseGenView>
<DeptName>sample string 4</DeptName>
<DraftDate>2026-03-31T16:42:53.2860085+05:30</DraftDate>
<DraftedBy>sample string 7</DraftedBy>
<IsDraft>true</IsDraft>
<IsNew>true</IsNew>
<IsPublished>true</IsPublished>
<PressReleaseContent>sample string 5</PressReleaseContent>
<PressReleaseDate>2026-03-31T16:42:53.2860085+05:30</PressReleaseDate>
<PressReleaseID>1</PressReleaseID>
<PressReleaseTitle>sample string 2</PressReleaseTitle>
<PublishedBy>sample string 9</PublishedBy>
<PublishedDate>2026-03-31T16:42:53.2860085+05:30</PublishedDate>
<ViewCount>13</ViewCount>
</CMSPressReleaseGenView>
</PRList>
<TotalRecords>1</TotalRecords>
</CMSPRGenViewModel>