GET api/general/NIRFGen/GetNIRFGenList?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:
{
"NIRFList": [
{
"NIRFID": 1,
"NIRFTitlePublished": "sample string 2",
"NIRFFilePathPublished": "sample string 3",
"NIRFDatePublished": "2026-03-31T16:43:56.4927602+05:30",
"IsNew": true,
"PublishedBy": "sample string 6",
"PublishedDate": "2026-03-31T16:43:56.4927602+05:30",
"IsPublished": true
},
{
"NIRFID": 1,
"NIRFTitlePublished": "sample string 2",
"NIRFFilePathPublished": "sample string 3",
"NIRFDatePublished": "2026-03-31T16:43:56.4927602+05:30",
"IsNew": true,
"PublishedBy": "sample string 6",
"PublishedDate": "2026-03-31T16:43:56.4927602+05:30",
"IsPublished": true
},
{
"NIRFID": 1,
"NIRFTitlePublished": "sample string 2",
"NIRFFilePathPublished": "sample string 3",
"NIRFDatePublished": "2026-03-31T16:43:56.4927602+05:30",
"IsNew": true,
"PublishedBy": "sample string 6",
"PublishedDate": "2026-03-31T16:43:56.4927602+05:30",
"IsPublished": true
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<CMSNIRFGenAPIVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<NIRFList>
<CMSNIRFGenViewModel>
<IsNew>true</IsNew>
<IsPublished>true</IsPublished>
<NIRFDatePublished>2026-03-31T16:43:56.4927602+05:30</NIRFDatePublished>
<NIRFFilePathPublished>sample string 3</NIRFFilePathPublished>
<NIRFID>1</NIRFID>
<NIRFTitlePublished>sample string 2</NIRFTitlePublished>
<PublishedBy>sample string 6</PublishedBy>
<PublishedDate>2026-03-31T16:43:56.4927602+05:30</PublishedDate>
</CMSNIRFGenViewModel>
<CMSNIRFGenViewModel>
<IsNew>true</IsNew>
<IsPublished>true</IsPublished>
<NIRFDatePublished>2026-03-31T16:43:56.4927602+05:30</NIRFDatePublished>
<NIRFFilePathPublished>sample string 3</NIRFFilePathPublished>
<NIRFID>1</NIRFID>
<NIRFTitlePublished>sample string 2</NIRFTitlePublished>
<PublishedBy>sample string 6</PublishedBy>
<PublishedDate>2026-03-31T16:43:56.4927602+05:30</PublishedDate>
</CMSNIRFGenViewModel>
<CMSNIRFGenViewModel>
<IsNew>true</IsNew>
<IsPublished>true</IsPublished>
<NIRFDatePublished>2026-03-31T16:43:56.4927602+05:30</NIRFDatePublished>
<NIRFFilePathPublished>sample string 3</NIRFFilePathPublished>
<NIRFID>1</NIRFID>
<NIRFTitlePublished>sample string 2</NIRFTitlePublished>
<PublishedBy>sample string 6</PublishedBy>
<PublishedDate>2026-03-31T16:43:56.4927602+05:30</PublishedDate>
</CMSNIRFGenViewModel>
</NIRFList>
<TotalRecords>1</TotalRecords>
</CMSNIRFGenAPIVM>