GET api/general/scheme/SchemeDetails?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:
{
  "SchemeID": 1,
  "SchemeNamePublished": "sample string 2",
  "SchemeNameDraft": "sample string 3",
  "DepartmentName": "sample string 4",
  "DeptID": 5,
  "SchemeContentPublished": "sample string 6",
  "SchemeContentDraft": "sample string 7",
  "SchemeFilePathPublished": "sample string 8",
  "SchemeFilePathDraft": "sample string 9",
  "DraftedBy": "sample string 10",
  "DraftDate": "2026-03-31T16:42:26.1141308+05:30",
  "PublishedBy": "sample string 12",
  "PublishedDate": "2026-03-31T16:42:26.1141308+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 17
}

application/xml, text/xml

Sample:
<CMSSchemeView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DepartmentName>sample string 4</DepartmentName>
  <DeptID>5</DeptID>
  <DraftDate>2026-03-31T16:42:26.1141308+05:30</DraftDate>
  <DraftedBy>sample string 10</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 12</PublishedBy>
  <PublishedDate>2026-03-31T16:42:26.1141308+05:30</PublishedDate>
  <SchemeContentDraft>sample string 7</SchemeContentDraft>
  <SchemeContentPublished>sample string 6</SchemeContentPublished>
  <SchemeFilePathDraft>sample string 9</SchemeFilePathDraft>
  <SchemeFilePathPublished>sample string 8</SchemeFilePathPublished>
  <SchemeID>1</SchemeID>
  <SchemeNameDraft>sample string 3</SchemeNameDraft>
  <SchemeNamePublished>sample string 2</SchemeNamePublished>
  <ViewCount>17</ViewCount>
</CMSSchemeView>