GET api/CMS/NIRF/GetNIRFByID?id={id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "NIRFID": 1,
  "NIRFTitleDraft": "sample string 2",
  "NIRFTitlePublished": "sample string 3",
  "NIRFDateDraft": "2026-03-31T16:42:23.4604047+05:30",
  "NIRFDatePublished": "2026-03-31T16:42:23.4604047+05:30",
  "NIRFFilePathDraft": "sample string 6",
  "NIRFFilePathPublished": "sample string 7",
  "IsNew": true,
  "DraftedBy": "sample string 9",
  "DraftDate": "2026-03-31T16:42:23.4760337+05:30",
  "PublishedBy": "sample string 11",
  "PublishedDate": "2026-03-31T16:42:23.4760337+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 15
}

application/xml, text/xml

Sample:
<utblCMSNIRF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <DraftDate>2026-03-31T16:42:23.4760337+05:30</DraftDate>
  <DraftedBy>sample string 9</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <NIRFDateDraft>2026-03-31T16:42:23.4604047+05:30</NIRFDateDraft>
  <NIRFDatePublished>2026-03-31T16:42:23.4604047+05:30</NIRFDatePublished>
  <NIRFFilePathDraft>sample string 6</NIRFFilePathDraft>
  <NIRFFilePathPublished>sample string 7</NIRFFilePathPublished>
  <NIRFID>1</NIRFID>
  <NIRFTitleDraft>sample string 2</NIRFTitleDraft>
  <NIRFTitlePublished>sample string 3</NIRFTitlePublished>
  <PublishedBy>sample string 11</PublishedBy>
  <PublishedDate>2026-03-31T16:42:23.4760337+05:30</PublishedDate>
  <ViewCount>15</ViewCount>
</utblCMSNIRF>