SmugMug API - Cover image for a folder, album, or page

Response [200 Ok]

Uri /api/v2/node/dWcn5!cover
UriDescription Cover image for a folder, album, or page
EndpointType NodeCoverImage
Locator Image
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.02515

Request

Uri /api/v2/node/dWcn5!cover
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /node
  • /
  • !cover

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/node/dWcn5!cover"
    },
    "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": "node"
            },
            {
                "type": "singleparam",
                "param_name": "nodeid",
                "param_value": "dWcn5"
            },
            {
                "type": "action",
                "text": "cover"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/node/dWcn5!cover",
        "Locator": "Image",
        "LocatorType": "Object",
        "UriDescription": "Cover image for a folder, album, or page",
        "EndpointType": "NodeCoverImage",
        "Timing": {
            "Total": {
                "time": 0.02515,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}