GET api/general/photogallery/BannerList

No documentation available.

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:42:56.3189998+05:30",
    "PublishedBy": "sample string 8",
    "PublishedDate": "2026-03-31T16:42:56.3189998+05:30",
    "IsDraft": true,
    "IsPublished": true
  },
  {
    "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:42:56.3189998+05:30",
    "PublishedBy": "sample string 8",
    "PublishedDate": "2026-03-31T16:42:56.3189998+05:30",
    "IsDraft": true,
    "IsPublished": true
  },
  {
    "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:42:56.3189998+05:30",
    "PublishedBy": "sample string 8",
    "PublishedDate": "2026-03-31T16:42:56.3189998+05:30",
    "IsDraft": true,
    "IsPublished": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfutblCMSBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <utblCMSBanner>
    <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:42:56.3189998+05:30</DraftDate>
    <DraftedBy>sample string 6</DraftedBy>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
    <PublishedBy>sample string 8</PublishedBy>
    <PublishedDate>2026-03-31T16:42:56.3189998+05:30</PublishedDate>
  </utblCMSBanner>
  <utblCMSBanner>
    <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:42:56.3189998+05:30</DraftDate>
    <DraftedBy>sample string 6</DraftedBy>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
    <PublishedBy>sample string 8</PublishedBy>
    <PublishedDate>2026-03-31T16:42:56.3189998+05:30</PublishedDate>
  </utblCMSBanner>
  <utblCMSBanner>
    <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:42:56.3189998+05:30</DraftDate>
    <DraftedBy>sample string 6</DraftedBy>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
    <PublishedBy>sample string 8</PublishedBy>
    <PublishedDate>2026-03-31T16:42:56.3189998+05:30</PublishedDate>
  </utblCMSBanner>
</ArrayOfutblCMSBanner>