Deprecated
| Alternative | /api/v2/node/:nodeid!children |
|---|
Response [200 Ok]
| Uri | /api/v2/folder/user/US-ASEAN/Business-Missions/2014/Malaysia!albumlist |
|---|---|
| UriDescription | List of user's albums |
| EndpointType | AlbumList |
| Locator | AlbumList |
| LocatorType | List |
AlbumList [1 of 3]
- Day 1
/api/v2/album/PXB9xb
| Uri | /api/v2/album/PXB9xb |
|---|---|
| Name | Day 1 |
| UrlPath | /Business-Missions/2014/Malaysia/Day-1 |
AlbumList [2 of 3]
- Day 2
/api/v2/album/BKgDw5
| Uri | /api/v2/album/BKgDw5 |
|---|---|
| Name | Day 2 |
| UrlPath | /Business-Missions/2014/Malaysia/Day-2 |
AlbumList [3 of 3]
- Day 3
/api/v2/album/WLxhXg
| Uri | /api/v2/album/WLxhXg |
|---|---|
| Name | Day 3 |
| UrlPath | /Business-Missions/2014/Malaysia/Day-3 |
Request
| Uri | /api/v2/folder/user/US-ASEAN/Business-Missions/2014/Malaysia!albumlist |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Notes
- _multiargs does not work at this endpoint
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/folder/user/US-ASEAN/Business-Missions/2014/Malaysia!albumlist"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Varchar": "Variable length text from MIN_CHARS to MAX_CHARS (MAX_CHARS = INFINITY meaning arbitrary length)"
},
"Parameters": {
"GET": [
{
"Name": "FolderID",
"Required": false,
"ReadOnly": false,
"Default": "",
"Type": "Varchar",
"MIN_CHARS": 5,
"MAX_CHARS": "INFINITY"
}
]
},
"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": "folder"
},
{
"type": "path",
"text": "user"
},
{
"type": "singleparam",
"param_name": "nickname",
"param_value": "US-ASEAN",
"param_validator": {}
},
{
"type": "multipleparam",
"param_name": "folder",
"param_value": [
"Business-Missions",
"2014",
"Malaysia"
],
"param_validator": {}
},
{
"type": "action",
"text": "albumlist"
}
],
"Deprecated": {
"Alternative": "/api/v2/node/:nodeid!children"
}
},
"Response": {
"Uri": "/api/v2/folder/user/US-ASEAN/Business-Missions/2014/Malaysia!albumlist",
"Locator": "AlbumList",
"LocatorType": "List",
"AlbumList": [
{
"Uri": "/api/v2/album/PXB9xb",
"UrlPath": "/Business-Missions/2014/Malaysia/Day-1",
"Name": "Day 1"
},
{
"Uri": "/api/v2/album/BKgDw5",
"UrlPath": "/Business-Missions/2014/Malaysia/Day-2",
"Name": "Day 2"
},
{
"Uri": "/api/v2/album/WLxhXg",
"UrlPath": "/Business-Missions/2014/Malaysia/Day-3",
"Name": "Day 3"
}
],
"UriDescription": "List of user's albums",
"EndpointType": "AlbumList",
"Timing": {
"Total": {
"time": 0.04329,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}