SmugMug API - User's account features information

Response [200 Ok]

Uri /api/v2/user/scottlefler!features
UriDescription User's account features information
EndpointType Features
Locator Features
LocatorType Object

Features [1 of 1]
/api/v2/user/scottlefler!features

Uri /api/v2/user/scottlefler!features
UriDescription User's account features information
Backprinting false
BasicCustomization true
CSS true
CustomPackaging false
Directory false
GrantAccess true
Printmarks false
RightClickProtection true
Sales false
Sharpening true
SiteCustomization true
Video true
Watermarks false

Timing

Total

cycles 1
objects 0
time 0.02319

Request

Uri /api/v2/user/scottlefler!features
Method GET
Version v2

Config

{
    "expand_method": "ref",
    "shorturis": false
}

Options

Path

  • /api
  • /v2
  • /user
  • /
  • !features

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Backprinting boolean
BasicCustomization boolean
CSS boolean
CustomPackaging boolean
Directory boolean
GrantAccess boolean
Printmarks boolean
RightClickProtection boolean
Sales boolean
Sharpening boolean
SiteCustomization boolean
Video boolean
Watermarks boolean

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/user/scottlefler!features"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "Backprinting",
                "Type": "Boolean"
            },
            {
                "Name": "BasicCustomization",
                "Type": "Boolean"
            },
            {
                "Name": "CSS",
                "Type": "Boolean"
            },
            {
                "Name": "CustomPackaging",
                "Type": "Boolean"
            },
            {
                "Name": "Directory",
                "Type": "Boolean"
            },
            {
                "Name": "GrantAccess",
                "Type": "Boolean"
            },
            {
                "Name": "Printmarks",
                "Type": "Boolean"
            },
            {
                "Name": "RightClickProtection",
                "Type": "Boolean"
            },
            {
                "Name": "Sales",
                "Type": "Boolean"
            },
            {
                "Name": "SiteCustomization",
                "Type": "Boolean"
            },
            {
                "Name": "Sharpening",
                "Type": "Boolean"
            },
            {
                "Name": "Video",
                "Type": "Boolean"
            },
            {
                "Name": "Watermarks",
                "Type": "Boolean"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "user"
            },
            {
                "type": "singleparam",
                "param_name": "nickname",
                "param_value": "scottlefler"
            },
            {
                "type": "action",
                "text": "features"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/user/scottlefler!features",
        "Locator": "Features",
        "LocatorType": "Object",
        "Features": {
            "Backprinting": false,
            "BasicCustomization": true,
            "CSS": true,
            "CustomPackaging": false,
            "Directory": false,
            "GrantAccess": true,
            "Printmarks": false,
            "RightClickProtection": true,
            "Sales": false,
            "SiteCustomization": true,
            "Sharpening": true,
            "Video": true,
            "Watermarks": false,
            "Uri": "/api/v2/user/scottlefler!features",
            "UriDescription": "User's account features information"
        },
        "UriDescription": "User's account features information",
        "EndpointType": "Features",
        "Timing": {
            "Total": {
                "time": 0.02319,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}