GET api/CMS/annualrep/AnnualRepByID?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:
{
  "AnnualRepID": 1,
  "FiscalYearDraft": "sample string 2",
  "FiscalYearPublished": "sample string 3",
  "DeptID": 4,
  "DocumentPathPublished": "sample string 5",
  "DocumentPathDraft": "sample string 6",
  "DraftedBy": "sample string 7",
  "DraftDate": "2026-03-31T16:42:38.6922551+05:30",
  "PublishedBy": "sample string 9",
  "PublishedDate": "2026-03-31T16:42:38.6922551+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 14
}

application/xml, text/xml

Sample:
<utblCMSAnnualReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <AnnualRepID>1</AnnualRepID>
  <DeptID>4</DeptID>
  <DocumentPathDraft>sample string 6</DocumentPathDraft>
  <DocumentPathPublished>sample string 5</DocumentPathPublished>
  <DraftDate>2026-03-31T16:42:38.6922551+05:30</DraftDate>
  <DraftedBy>sample string 7</DraftedBy>
  <FiscalYearDraft>sample string 2</FiscalYearDraft>
  <FiscalYearPublished>sample string 3</FiscalYearPublished>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 9</PublishedBy>
  <PublishedDate>2026-03-31T16:42:38.6922551+05:30</PublishedDate>
  <ViewCount>14</ViewCount>
</utblCMSAnnualReport>