Phanfare Support Site
GetImageInfo
From Doc
Retrieves details about an image and its available renditions.
Parameters
api_key (required)
- The api key for your application
target_uid (required)
- The ID of the Phanfare user
album_id (required)
- The ID of the album to obtain information on
section_id (required)
- The ID of the sectionto obtain information on
image_id (required)
- The ID of the image to obtain information on
Sample Response
<rsp stat="ok">
<imageinfo album_id="" section_id="" image_id="" filename="" caption="" image_date="" is_video="" hidden="">
<renditions num_renditions="">
<rendition rendition_type="" width="" height="" filesize="" created_date="" media_type="" quality="" url="">
</renditions>
</imageinfo>
</rsp>

