GET api/CMS/scheme/SchemePhotoByID?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:
{
  "SchemePhotoID": 1,
  "SchemeID": 2,
  "SchemeName": 3,
  "DepartmentName": 4,
  "DeptID": 5,
  "SchemePhotoTitlePublished": "sample string 6",
  "SchemePhotoTitleDraft": "sample string 7",
  "SchemePhotoPathPublished": "sample string 8",
  "SchemePhotoPathDraft": "sample string 9",
  "DraftedBy": "sample string 10",
  "DraftDate": "2026-03-31T16:43:46.6471247+05:30",
  "PublishedBy": "sample string 12",
  "PublishedDate": "2026-03-31T16:43:46.6471247+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 16
}

application/xml, text/xml

Sample:
<CMSSchemePhotoView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DepartmentName>4</DepartmentName>
  <DeptID>5</DeptID>
  <DraftDate>2026-03-31T16:43:46.6471247+05:30</DraftDate>
  <DraftedBy>sample string 10</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 12</PublishedBy>
  <PublishedDate>2026-03-31T16:43:46.6471247+05:30</PublishedDate>
  <SchemeID>2</SchemeID>
  <SchemeName>3</SchemeName>
  <SchemePhotoID>1</SchemePhotoID>
  <SchemePhotoPathDraft>sample string 9</SchemePhotoPathDraft>
  <SchemePhotoPathPublished>sample string 8</SchemePhotoPathPublished>
  <SchemePhotoTitleDraft>sample string 7</SchemePhotoTitleDraft>
  <SchemePhotoTitlePublished>sample string 6</SchemePhotoTitlePublished>
  <ViewCount>16</ViewCount>
</CMSSchemePhotoView>