SmugMug API - User CoverImage

Response [200 Ok]

Uri /api/v2/user/scottlefler!coverimage
UriDescription User CoverImage
EndpointType CoverImage
Locator CoverImage
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.01673

Request

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

Options

Path

  • /api
  • /v2
  • /user
  • /
  • !coverimage

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/user/scottlefler!coverimage"
    },
    "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"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "user"
            },
            {
                "type": "singleparam",
                "param_name": "nickname",
                "param_value": "scottlefler"
            },
            {
                "type": "action",
                "text": "coverimage"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/user/scottlefler!coverimage",
        "Locator": "CoverImage",
        "LocatorType": "Object",
        "UriDescription": "User CoverImage",
        "EndpointType": "CoverImage",
        "Timing": {
            "Total": {
                "time": 0.01673,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}