Dashboard > SmugMug > ... > API 1.2.0 > smugmug.albumtemplates 1.2.0 > smugmug.albumtemplates.get 1.2.0
Log In   View a printable version of the current page.
SmugMug
smugmug.albumtemplates.get 1.2.0
Added by David Parry , last edited by David Parry on Mar 18, 2008  (view change)
Labels: 
(None)

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"
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators