Response [200 Ok]
| Uri | /api/v2/album |
|---|---|
| UriDescription | Base URI for album-related operations |
| DocUri | https://api.smugmug.com/api/v2/doc/reference/album.html |
| EndpointType | AlbumBase |
Uris
Album
/api/v2/album/:albumkey
| Uri | /api/v2/album/:albumkey |
|---|---|
| UriDescription | Album by key |
| EndpointType | Album |
| Locator | Album |
| LocatorType | Object |
AlbumImage
/api/v2/album/:albumkey/image/:imagekey
| Uri | /api/v2/album/:albumkey/image/:imagekey |
|---|---|
| UriDescription | Image from album |
| EndpointType | AlbumImage |
| Locator | AlbumImage |
| LocatorType | Object |
AlbumSearch
/api/v2/album!search
| Uri | /api/v2/album!search |
|---|---|
| UriDescription | Search for albums |
| EndpointType | AlbumSearch |
| Locator | Album |
| LocatorType | Objects |
Request
| Uri | /api/v2/album |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/album"
},
"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"
]
},
"Response": {
"Uri": "/api/v2/album",
"Uris": {
"Album": {
"Uri": "/api/v2/album/:albumkey",
"Locator": "Album",
"LocatorType": "Object",
"UriDescription": "Album by key",
"EndpointType": "Album"
},
"AlbumImage": {
"Uri": "/api/v2/album/:albumkey/image/:imagekey",
"Locator": "AlbumImage",
"LocatorType": "Object",
"UriDescription": "Image from album",
"EndpointType": "AlbumImage"
},
"AlbumSearch": {
"Uri": "/api/v2/album!search",
"Locator": "Album",
"LocatorType": "Objects",
"UriDescription": "Search for albums",
"EndpointType": "AlbumSearch"
}
},
"UriDescription": "Base URI for album-related operations",
"EndpointType": "AlbumBase",
"DocUri": "https://api.smugmug.com/api/v2/doc/reference/album.html",
"Timing": {
"Total": {
"time": 0.02336,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}