SmugMug API - User's featured albums

Deprecated

Message true

Response [200 Ok]

Uri /api/v2/user/scottlefler!featuredalbums
UriDescription User's featured albums
EndpointType UserFeaturedAlbums
Locator Album
LocatorType Objects

Timing

Total

cycles 1
objects 0
time 0.01629

Options

Path

  • /api
  • /v2
  • /user
  • /
  • !featuredalbums

Notes

  • _multiargs does not work at this endpoint

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

POST

Permissions
  • Add

DELETE

Permissions
  • Modify

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/user/scottlefler!featuredalbums"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            },
            "POST": {
                "Permissions": [
                    "Add"
                ]
            },
            "DELETE": {
                "Permissions": [
                    "Modify"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Notes": [
            "_multiargs does not work at this endpoint"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "user"
            },
            {
                "type": "singleparam",
                "param_name": "nickname",
                "param_value": "scottlefler"
            },
            {
                "type": "action",
                "text": "featuredalbums"
            }
        ],
        "Deprecated": {
            "Message": true
        }
    },
    "Response": {
        "Uri": "/api/v2/user/scottlefler!featuredalbums",
        "Locator": "Album",
        "LocatorType": "Objects",
        "UriDescription": "User's featured albums",
        "EndpointType": "UserFeaturedAlbums",
        "Timing": {
            "Total": {
                "time": 0.01629,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}