GET api/general/photogallery/PhotoListWithoutAlbum
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"PhotoList": [
{
"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:54.2096234+05:30",
"PublishedBy": "sample string 12",
"PublishedDate": "2026-03-31T16:42:54.2096234+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 16
},
{
"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:54.2096234+05:30",
"PublishedBy": "sample string 12",
"PublishedDate": "2026-03-31T16:42:54.2096234+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 16
},
{
"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:54.2096234+05:30",
"PublishedBy": "sample string 12",
"PublishedDate": "2026-03-31T16:42:54.2096234+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 16
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<CMSPhotoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
<PhotoList>
<CMSPhotoView>
<DraftDate>2026-03-31T16:42:54.2096234+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:54.2096234+05:30</PublishedDate>
<ViewCount>16</ViewCount>
</CMSPhotoView>
<CMSPhotoView>
<DraftDate>2026-03-31T16:42:54.2096234+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:54.2096234+05:30</PublishedDate>
<ViewCount>16</ViewCount>
</CMSPhotoView>
<CMSPhotoView>
<DraftDate>2026-03-31T16:42:54.2096234+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:54.2096234+05:30</PublishedDate>
<ViewCount>16</ViewCount>
</CMSPhotoView>
</PhotoList>
<TotalRecords>1</TotalRecords>
</CMSPhotoViewModel>