Deprecated
| Alternative | /api/v2/node/:nodeid!children |
|---|
Response [200 Ok]
| Uri | /api/v2/folder/user/US-ASEAN/Other/Career-Development-Series-VN!albumlist |
|---|---|
| UriDescription | List of user's albums |
| EndpointType | AlbumList |
| Locator | AlbumList |
| LocatorType | List |
AlbumList [1 of 3]
- Event 1 - 12/27/2012
/api/v2/album/2fSQBG
| Uri | /api/v2/album/2fSQBG |
|---|---|
| Name | Event 1 - 12/27/2012 |
| UrlPath | /Other/Career-Development-Series-VN/2012-12-27 |
AlbumList [2 of 3]
- Event 2 - 03/21/2013
/api/v2/album/bjxVPp
| Uri | /api/v2/album/bjxVPp |
|---|---|
| Name | Event 2 - 03/21/2013 |
| UrlPath | /Other/Career-Development-Series-VN/2013-03-21 |
AlbumList [3 of 3]
- Event 4 - 10/16/2013
/api/v2/album/RQMgw5
| Uri | /api/v2/album/RQMgw5 |
|---|---|
| Name | Event 4 - 10/16/2013 |
| UrlPath | /Other/Career-Development-Series-VN/2013-10-16 |
Request
| Uri | /api/v2/folder/user/US-ASEAN/Other/Career-Development-Series-VN!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/Other/Career-Development-Series-VN!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": [
"Other",
"Career-Development-Series-VN"
],
"param_validator": {}
},
{
"type": "action",
"text": "albumlist"
}
],
"Deprecated": {
"Alternative": "/api/v2/node/:nodeid!children"
}
},
"Response": {
"Uri": "/api/v2/folder/user/US-ASEAN/Other/Career-Development-Series-VN!albumlist",
"Locator": "AlbumList",
"LocatorType": "List",
"AlbumList": [
{
"Uri": "/api/v2/album/2fSQBG",
"UrlPath": "/Other/Career-Development-Series-VN/2012-12-27",
"Name": "Event 1 - 12/27/2012"
},
{
"Uri": "/api/v2/album/bjxVPp",
"UrlPath": "/Other/Career-Development-Series-VN/2013-03-21",
"Name": "Event 2 - 03/21/2013"
},
{
"Uri": "/api/v2/album/RQMgw5",
"UrlPath": "/Other/Career-Development-Series-VN/2013-10-16",
"Name": "Event 4 - 10/16/2013"
}
],
"UriDescription": "List of user's albums",
"EndpointType": "AlbumList",
"Timing": {
"Total": {
"time": 0.04451,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}