GET api/CMS/photo/PhotoByID?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:
{
  "PhotoID": 1,
  "PhotoAlbumID": 2,
  "PhotoDescPublished": "sample string 3",
  "PhotoDescDraft": "sample string 4",
  "PhotoThumbPublishedPath": "sample string 5",
  "PhotoThumbDraftPath": "sample string 6",
  "PhotoNormalPublishedPath": "sample string 7",
  "PhotoNormalDraftPath": "sample string 8",
  "IsAlbumThumb": true,
  "DraftedBy": "sample string 10",
  "DraftDate": "2026-03-31T16:42:53.2703799+05:30",
  "PublishedBy": "sample string 12",
  "PublishedDate": "2026-03-31T16:42:53.2703799+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 16
}

application/xml, text/xml

Sample:
<CMSPhotoView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DraftDate>2026-03-31T16:42:53.2703799+05:30</DraftDate>
  <DraftedBy>sample string 10</DraftedBy>
  <IsAlbumThumb>true</IsAlbumThumb>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PhotoAlbumID>2</PhotoAlbumID>
  <PhotoDescDraft>sample string 4</PhotoDescDraft>
  <PhotoDescPublished>sample string 3</PhotoDescPublished>
  <PhotoID>1</PhotoID>
  <PhotoNormalDraftPath>sample string 8</PhotoNormalDraftPath>
  <PhotoNormalPublishedPath>sample string 7</PhotoNormalPublishedPath>
  <PhotoThumbDraftPath>sample string 6</PhotoThumbDraftPath>
  <PhotoThumbPublishedPath>sample string 5</PhotoThumbPublishedPath>
  <PublishedBy>sample string 12</PublishedBy>
  <PublishedDate>2026-03-31T16:42:53.2703799+05:30</PublishedDate>
  <ViewCount>16</ViewCount>
</CMSPhotoView>