GET api/CMS/photo/AlbumByID?id={id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
{
"PhotoAlbumID": 1,
"PhotoAlbumTitlePublished": "sample string 2",
"PhotoAlbumTitleDraft": "sample string 3",
"IsNew": true,
"DraftedBy": "sample string 5",
"DraftDate": "2026-03-31T16:43:55.774032+05:30",
"PublishedBy": "sample string 7",
"PublishedDate": "2026-03-31T16:43:55.774032+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 11
}
application/xml, text/xml
Sample:
<utblCMSPhotoAlbum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <DraftDate>2026-03-31T16:43:55.774032+05:30</DraftDate> <DraftedBy>sample string 5</DraftedBy> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPublished>true</IsPublished> <PhotoAlbumID>1</PhotoAlbumID> <PhotoAlbumTitleDraft>sample string 3</PhotoAlbumTitleDraft> <PhotoAlbumTitlePublished>sample string 2</PhotoAlbumTitlePublished> <PublishedBy>sample string 7</PublishedBy> <PublishedDate>2026-03-31T16:43:55.774032+05:30</PublishedDate> <ViewCount>11</ViewCount> </utblCMSPhotoAlbum>