API Method: smugmug.albums.getInfo
This
method returns detailed information about the album specified by
AlbumID. If the album isn't owned by the Session holder and also isn't
public or has a password, an "invalid user" error will be returned.
Note that many of the fields are protected for the owner's eyes only.
Reduced information is provided to a non-owner.
Arguments:
- String SessionID
- int AlbumID
- String Password optional
- String SitePassword optional
Result:
- struct
- int "AlbumID"
- int "HighlightID"
- int "CategoryID"
- int "SubCategoryID"
- int "Position"
- String "SortMethod"
- boolean "SortDirection"
- int "ImageCount"
- String "Title"
- String "Description"
- String "Keywords"
- String "LastUpdated"
- int "CommunityID"
- boolean "Public"
- String "Password"
- boolean "Printable"
- boolean "Filenames"
- boolean "Comments"
- boolean "External"
- boolean "Originals"
- boolean "FamilyEdit"
- boolean "FriendEdit"
- boolean "HideOwner"
- boolean "EXIF"
- boolean "Share"
- boolean "Header"
- Owner only
- Power+Pro only!
- int "TemplateID"
- Owner only
- Power+Pro only!
- boolean "Larges"
- boolean "XLarges"
- boolean "X2Larges"
- boolean "X3Larges"
- boolean "DefaultColor"
- boolean "Clean"
- boolean "Protected"
- boolean "Watermarking"
- int "WatermarkID"
- boolean "SmugSearchable"
- float "UnsharpAmount"
- Owner only
- Power+Pro only!
- float "UnsharpRadius"
- Owner only
- Power+Pro only!
- float "UnsharpThreshold"
- Owner only
- Power+Pro only!
- float "UnsharpSIgma"
- Owner only
- Power+Pro only!
- boolean "WorldSearchable"
Fault Codes:
- 4 - "invalid user (message)"
- 5 - "system error"