Deprecated
| Alternative | /api/v2/node/:nodeid!children |
|---|
Response [200 Ok]
| Uri | /api/v2/folder/user/naapausa/Browse/Videography!albumlist |
|---|---|
| UriDescription | List of user's albums |
| EndpointType | AlbumList |
| Locator | AlbumList |
| LocatorType | List |
AlbumList [1 of 4]
- Peter Shi
/api/v2/album/dWbLkG
| Uri | /api/v2/album/dWbLkG |
|---|---|
| Name | Peter Shi |
| UrlPath | /Browse/Videography/Video-Peter-Shi |
AlbumList [2 of 4]
- Harry Zhang
/api/v2/album/32wqzV
| Uri | /api/v2/album/32wqzV |
|---|---|
| Name | Harry Zhang |
| UrlPath | /Browse/Videography/Video-Harry-Zhang |
AlbumList [3 of 4]
- Yifan Zhuang
/api/v2/album/MJkmpg
| Uri | /api/v2/album/MJkmpg |
|---|---|
| Name | Yifan Zhuang |
| UrlPath | /Browse/Videography/Video-Yifan-Zhuang |
AlbumList [4 of 4]
- Paige Huang
/api/v2/album/Z9RjBH
| Uri | /api/v2/album/Z9RjBH |
|---|---|
| Name | Paige Huang |
| UrlPath | /Browse/Videography/Video-Paige-Huang |
Request
| Uri | /api/v2/folder/user/naapausa/Browse/Videography!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/naapausa/Browse/Videography!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": "naapausa",
"param_validator": {}
},
{
"type": "multipleparam",
"param_name": "folder",
"param_value": [
"Browse",
"Videography"
],
"param_validator": {}
},
{
"type": "action",
"text": "albumlist"
}
],
"Deprecated": {
"Alternative": "/api/v2/node/:nodeid!children"
}
},
"Response": {
"Uri": "/api/v2/folder/user/naapausa/Browse/Videography!albumlist",
"Locator": "AlbumList",
"LocatorType": "List",
"AlbumList": [
{
"Uri": "/api/v2/album/dWbLkG",
"UrlPath": "/Browse/Videography/Video-Peter-Shi",
"Name": "Peter Shi"
},
{
"Uri": "/api/v2/album/32wqzV",
"UrlPath": "/Browse/Videography/Video-Harry-Zhang",
"Name": "Harry Zhang"
},
{
"Uri": "/api/v2/album/MJkmpg",
"UrlPath": "/Browse/Videography/Video-Yifan-Zhuang",
"Name": "Yifan Zhuang"
},
{
"Uri": "/api/v2/album/Z9RjBH",
"UrlPath": "/Browse/Videography/Video-Paige-Huang",
"Name": "Paige Huang"
}
],
"UriDescription": "List of user's albums",
"EndpointType": "AlbumList",
"Timing": {
"Total": {
"time": 0.03248,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}