GET api/CMS/photo/BannerByID?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:
{
  "BannerID": 1,
  "BannerDescPublished": "sample string 2",
  "BannerDescDraft": "sample string 3",
  "BannerPublishedPath": "sample string 4",
  "BannerDraftPath": "sample string 5",
  "DraftedBy": "sample string 6",
  "DraftDate": "2026-03-31T16:43:57.0240265+05:30",
  "PublishedBy": "sample string 8",
  "PublishedDate": "2026-03-31T16:43:57.0240265+05:30",
  "IsDraft": true,
  "IsPublished": true
}

application/xml, text/xml

Sample:
<utblCMSBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <BannerDescDraft>sample string 3</BannerDescDraft>
  <BannerDescPublished>sample string 2</BannerDescPublished>
  <BannerDraftPath>sample string 5</BannerDraftPath>
  <BannerID>1</BannerID>
  <BannerPublishedPath>sample string 4</BannerPublishedPath>
  <DraftDate>2026-03-31T16:43:57.0240265+05:30</DraftDate>
  <DraftedBy>sample string 6</DraftedBy>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 8</PublishedBy>
  <PublishedDate>2026-03-31T16:43:57.0240265+05:30</PublishedDate>
</utblCMSBanner>