| Outdated Please upgrade to the latest version. |
smugmug.albums.getInfo
Returns the details for an Album.
Arguments
- SessionID - string.
- AlbumID - string.
- Password - string (optional).
- SitePassword - string (optional).
- AlbumKey - string.
Result
- struct Album
- integer id
- string Title
- struct Category
- string id
- struct SubCategory
- string id
- string Description
- string Keywords
- boolean Geography (owner)
- integer Position
- struct Highlight (owner)
- string id
- integer ImageCount
- string LastUpdated
- boolean Header (owner, power & pro only)
- boolean Clean (owner)
- boolean EXIF (owner)
- boolean Filenames (owner)
- boolean SquareThumbs (owner)
- struct Template (owner)
- string id
- string SortMethod (owner)
- boolean SortDirection (owner)
- string Password (owner)
- string PasswordHint (owner)
- boolean Public (owner)
- boolean WorldSearchable (owner)
- boolean SmugSearchable (owner)
- boolean External (owner)
- boolean Protected (owner, power & pro only)
- boolean Watermarking (owner, pro only)
- struct Watermark (owner, pro only)
- string id
- boolean HideOwner (owner)
- boolean Larges (owner, pro only)
- boolean XLarges (owner, pro only)
- boolean X2Larges (owner)
- boolean X3Larges (owner)
- boolean Originals (owner)
- boolean CanRank (owner)
- boolean FriendEdit (owner)
- boolean FamilyEdit (owner)
- boolean Comments (owner)
- boolean Share (owner)
- boolean Printable (owner)
- int ColorCorrection (owner)
- boolean DefaultColor (owner, pro only) deprecated
- integer ProofDays (owner, pro only)
- string Backprinting (owner, pro only)
- float UnsharpAmount (owner, power & pro only)
- float UnsharpRadius (owner, power & pro only)
- float UnsharpThreshold (owner, power & pro only)
- float UnsharpSigma (owner, power & pro only)
- struct Community (owner)
- string id
Fault Codes
- 4 - "invalid user (message)"
- 18 - "invalid API key"
Sample Request
http://api.smugmug.com/hack/json/1.2.0/?method=smugmug.albums.getInfo &SessionID=<SESSION ID> &AlbumID=<ALBUM ID>
Sample Responses
REST
JSON
PHP
XML-RPC
Labels:
None