GET api/images/ImageAlbumByIDApp?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ImageAlbumViewApp
NameDescriptionTypeAdditional information
ImageAlbumID

integer

None.

ImageAlbumTitle

string

None.

ImageAlbumDesc

string

None.

ProgramDate

date

None.

ComponentName

string

None.

ComponentID

integer

None.

SubComponentName

string

None.

SubComponentID

integer

None.

SchoolID

integer

None.

IsPublished

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ImageAlbumID": 1,
  "ImageAlbumTitle": "sample string 2",
  "ImageAlbumDesc": "sample string 3",
  "ProgramDate": "2026-04-19T16:26:29.0358617+05:30",
  "ComponentName": "sample string 5",
  "ComponentID": 6,
  "SubComponentName": "sample string 7",
  "SubComponentID": 8,
  "SchoolID": 9,
  "IsPublished": true
}

application/xml, text/xml

Sample:
<ImageAlbumViewApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SikkimRepository.Entities.CustomModels">
  <ComponentID>6</ComponentID>
  <ComponentName>sample string 5</ComponentName>
  <ImageAlbumDesc>sample string 3</ImageAlbumDesc>
  <ImageAlbumID>1</ImageAlbumID>
  <ImageAlbumTitle>sample string 2</ImageAlbumTitle>
  <IsPublished>true</IsPublished>
  <ProgramDate>2026-04-19T16:26:29.0358617+05:30</ProgramDate>
  <SchoolID>9</SchoolID>
  <SubComponentID>8</SubComponentID>
  <SubComponentName>sample string 7</SubComponentName>
</ImageAlbumViewApp>