Deprecated
| Alternative | /api/v2/node/:nodeid!children |
|---|
Response [200 Ok]
| Uri | /api/v2/folder/user/US-ASEAN/Events/2012!albumlist |
|---|---|
| UriDescription | List of user's albums |
| EndpointType | AlbumList |
| Locator | AlbumList |
| LocatorType | List |
AlbumList [1 of 6]
- 2012 ACW Golf
/api/v2/album/39qTVW
| Uri | /api/v2/album/39qTVW |
|---|---|
| Name | 2012 ACW Golf |
| UrlPath | /Events/2012/2012-ACW-Golf |
AlbumList [2 of 6]
- US-ABC Gala Dinner
/api/v2/album/fmDHrn
| Uri | /api/v2/album/fmDHrn |
|---|---|
| Name | US-ABC Gala Dinner |
| UrlPath | /Events/2012/US-ABC-Gala-Dinner |
AlbumList [3 of 6]
- ASEAN SME Training Workshop, Philippines
/api/v2/album/j3Kfhn
| Uri | /api/v2/album/j3Kfhn |
|---|---|
| Name | ASEAN SME Training Workshop, Philippines |
| UrlPath | /Events/2012/ASEAN-SME-Workshop-PH |
AlbumList [4 of 6]
- Meeting with Thein Sein at UNGA
/api/v2/album/qPgZSv
| Uri | /api/v2/album/qPgZSv |
|---|---|
| Name | Meeting with Thein Sein at UNGA |
| UrlPath | /Events/2012/Thein-Sein-UNGA |
AlbumList [5 of 6]
- Ambassador Chan Farewell Luncheon
/api/v2/album/htGqzK
| Uri | /api/v2/album/htGqzK |
|---|---|
| Name | Ambassador Chan Farewell Luncheon |
| UrlPath | /Events/2012/Ambassador-Chan-Farewell |
AlbumList [6 of 6]
- Roundtable and Dinner with VN MOH
/api/v2/album/pB6BfJ
| Uri | /api/v2/album/pB6BfJ |
|---|---|
| Name | Roundtable and Dinner with VN MOH |
| UrlPath | /Events/2012/Roundtable-Dinner-VN-MOH |
Request
| Uri | /api/v2/folder/user/US-ASEAN/Events/2012!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/Events/2012!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": [
"Events",
"2012"
],
"param_validator": {}
},
{
"type": "action",
"text": "albumlist"
}
],
"Deprecated": {
"Alternative": "/api/v2/node/:nodeid!children"
}
},
"Response": {
"Uri": "/api/v2/folder/user/US-ASEAN/Events/2012!albumlist",
"Locator": "AlbumList",
"LocatorType": "List",
"AlbumList": [
{
"Uri": "/api/v2/album/39qTVW",
"UrlPath": "/Events/2012/2012-ACW-Golf",
"Name": "2012 ACW Golf"
},
{
"Uri": "/api/v2/album/fmDHrn",
"UrlPath": "/Events/2012/US-ABC-Gala-Dinner",
"Name": "US-ABC Gala Dinner"
},
{
"Uri": "/api/v2/album/j3Kfhn",
"UrlPath": "/Events/2012/ASEAN-SME-Workshop-PH",
"Name": "ASEAN SME Training Workshop, Philippines"
},
{
"Uri": "/api/v2/album/qPgZSv",
"UrlPath": "/Events/2012/Thein-Sein-UNGA",
"Name": "Meeting with Thein Sein at UNGA"
},
{
"Uri": "/api/v2/album/htGqzK",
"UrlPath": "/Events/2012/Ambassador-Chan-Farewell",
"Name": "Ambassador Chan Farewell Luncheon"
},
{
"Uri": "/api/v2/album/pB6BfJ",
"UrlPath": "/Events/2012/Roundtable-Dinner-VN-MOH",
"Name": "Roundtable and Dinner with VN MOH"
}
],
"UriDescription": "List of user's albums",
"EndpointType": "AlbumList",
"Timing": {
"Total": {
"time": 0.02183,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}