Deprecated
| Alternative | /api/v2/node/:nodeid!children |
|---|
Response [200 Ok]
| Uri | /api/v2/folder/user/naapausa/Browse/Workshop/Activity-Bloggs!albums |
|---|---|
| UriDescription | Albums inside of the folder |
| EndpointType | FolderAlbums |
| Locator | Album |
| LocatorType | Objects |
Request
| Uri | /api/v2/folder/user/naapausa/Browse/Workshop/Activity-Bloggs!albums |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Notes
- _multiargs does not work at this endpoint
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
POST
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/folder/user/naapausa/Browse/Workshop/Activity-Bloggs!albums"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
},
"POST": {
"Permissions": [
"Add"
]
}
},
"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",
"Workshop",
"Activity-Bloggs"
],
"param_validator": {}
},
{
"type": "action",
"text": "albums"
}
],
"Deprecated": {
"Alternative": "/api/v2/node/:nodeid!children"
}
},
"Response": {
"Uri": "/api/v2/folder/user/naapausa/Browse/Workshop/Activity-Bloggs!albums",
"Locator": "Album",
"LocatorType": "Objects",
"UriDescription": "Albums inside of the folder",
"EndpointType": "FolderAlbums",
"Timing": {
"Total": {
"time": 0.0339,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}