SmugMug API - User site settings

Response [200 Ok]

Uri /api/v2/user/scottlefler!sitesettings
UriDescription User site settings
EndpointType SiteSettings
Locator SiteSettings
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.01977

Config

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

Options

Path

  • /api
  • /v2
  • /user
  • /
  • !sitesettings

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

RightClickMessage text

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/user/scottlefler!sitesettings"
    },
    "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": "RightClickMessage",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "user"
            },
            {
                "type": "singleparam",
                "param_name": "nickname",
                "param_value": "scottlefler"
            },
            {
                "type": "action",
                "text": "sitesettings"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/user/scottlefler!sitesettings",
        "Locator": "SiteSettings",
        "LocatorType": "Object",
        "SiteSettings": {
            "Uri": "/api/v2/user/scottlefler!sitesettings",
            "UriDescription": "User site settings"
        },
        "UriDescription": "User site settings",
        "EndpointType": "SiteSettings",
        "Timing": {
            "Total": {
                "time": 0.01977,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}