API Method: smugmug.albumtemplates.get
This method returns all of the album templates for the logged in user (via SessionID). Templates are only available to Power and Pro users.
Arguments:* String SessionID
Result:* Array of structs: ("AlbumTemplates")
-
- int "id"
- String "AlbumTemplateName"
- int "HighlightID"
- String "SortMethod"
- boolean "SortDirection"
- boolean "Public"
- String "Password"
- String "PasswordHint"
- boolean "Printable"
- boolean "Filenames"
- boolean "SquareThumbs"
- boolean "Comments"
- boolean "External"
- boolean "Originals"
- boolean "EXIF"
- boolean "Share"
- boolean "Header"
- boolean "Larges"
- boolean "XLarges"
- boolean "X2Larges"
- boolean "X3Larges"
- boolean "Clean"
- boolean "Protected"
- boolean "Watermarking"
- boolean "FamilyEdit"
- boolean "FriendEdit"
- boolean "HideOwner"
- boolean "DefaultColor"
- boolean "Geography"
- boolean "CanRank"
- int "ProofDays"
- String "Backprinting"
- boolean "SmugSearchable"
- float "UnsharpAmount"
- float "UnsharpRadius"
- float "UnsharpThreshold"
- float "UnsharpSigma"
- boolean "WorldSearchable"
- struct: "Template"
- int id
- struct: "Community"
- int id
- struct: "Watermark"
- int id
Fault Codes:* 4 - "invalid user"
- 5 - "system error"