smugmug.images.get
Retrieves a list of images for a given album.
Arguments
- SessionID - string.
- AlbumID - integer.
- Heavy - boolean (optional).
- Password - string (optional).
- SitePassword - string (optional).
- AlbumKey - string.
Result
standard response
- array Images
- struct Image
- integer id
- string Key
- struct Image
heavy response
- array Images
- struct Image
- integer id
- string Key
- string FileName (owner)
- string Caption
- string Keywords
- integer Position
- string Date (owner)
- string Format
- integer Serial
- boolean Hidden
- integer Size
- integer Width
- integer Height
- string MD5Sum (owner)
- string LastUpdated
- string AlbumURL
- string TinyURL
- string ThumbURL
- string SmallURL
- string MediumURL
- string LargeURL (if available)
- string XLargeURL (if available)
- string X2LargeURL (if available)
- string X3LargeURL (if available)
- string OriginalURL (if available)
- string Video320URL (video only, if available)
- string Video640URL (video only, if available)
- string Video960URL (video only, if available)
- string Video12800URL (video only, if available)
- string Latitude (if available)
- string Longtitude (if available)
- string Altitude (if available)
- struct Album
- integer id
- string Key
- struct Image
Fault Codes
- 4 - "invalid user (message)"
- 5 - "system error"
- 15 - "empty set - no images found"
- 18 - "invalid API key"
For the arguments listed, do you mean AlbumID and AlbumKey instead of ImageID and ImageKey? Makes more sense if you want to get all the images in an album.
Brian