Deprecated
| Alternative | /api/v2/node |
|---|
Response [200 Ok]
| Uri | /api/v2/folder/user |
|---|---|
| UriDescription | Base URI for user folder-related operations |
| EndpointType | FolderUserBase |
Uris
Folder
/api/v2/folder/user/:nickname
| Uri | /api/v2/folder/user/:nickname |
|---|---|
| UriDescription | A folder or legacy (sub)category by UrlPath |
| EndpointType | Folder |
| Locator | Folder |
| LocatorType | Object |
Request
| Uri | /api/v2/folder/user |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/folder/user"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Deprecated": {
"Alternative": "/api/v2/node"
}
},
"Response": {
"Uri": "/api/v2/folder/user",
"Uris": {
"Folder": {
"Uri": "/api/v2/folder/user/:nickname",
"Locator": "Folder",
"LocatorType": "Object",
"UriDescription": "A folder or legacy (sub)category by UrlPath",
"EndpointType": "Folder"
}
},
"UriDescription": "Base URI for user folder-related operations",
"EndpointType": "FolderUserBase",
"Timing": {
"Total": {
"time": 0.02319,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}