SmugMug API - URIs that are useful for sharing

Response [200 Ok]

Uri /api/v2/album/HhwMLs!shareuris
UriDescription URIs that are useful for sharing
EndpointType AlbumShareUris
Locator AlbumShareUris
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.01918

Request

Uri /api/v2/album/HhwMLs!shareuris
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /album
  • /
  • !shareuris

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

SlideshowEmbedUri Deprecated as of 2016-12-08
SlideshowFlashUri Deprecated as of 2016-12-08
SlideshowUri fullurl

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/album/HhwMLs!shareuris"
    },
    "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": "SlideshowUri",
                "Type": "FullUrl",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "SlideshowEmbedUri",
                "Type": "FullUrl",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY",
                "Deprecated": "2016-12-08"
            },
            {
                "Name": "SlideshowFlashUri",
                "Type": "FullUrl",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY",
                "Deprecated": "2016-12-08"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "album"
            },
            {
                "type": "singleparam",
                "param_name": "albumkey",
                "param_value": "HhwMLs"
            },
            {
                "type": "action",
                "text": "shareuris"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/album/HhwMLs!shareuris",
        "Locator": "AlbumShareUris",
        "LocatorType": "Object",
        "AlbumShareUris": {
            "SlideshowUri": "https://www.alexanderbather.com/frame/slideshow?key=HhwMLs",
            "SlideshowEmbedUri": "https://www.alexanderbather.com/frame/slideshow?key=HhwMLs",
            "SlideshowFlashUri": "",
            "Uri": "/api/v2/album/HhwMLs!shareuris",
            "UriDescription": "URIs that are useful for sharing"
        },
        "UriDescription": "URIs that are useful for sharing",
        "EndpointType": "AlbumShareUris",
        "Timing": {
            "Total": {
                "time": 0.01918,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}