Deprecated
| Alternative | /api/v2/node |
|---|
Response [200 Ok]
| Uri | /api/v2/folder |
|---|---|
| UriDescription | Base URI for folder-related operations |
| EndpointType | FolderBase |
Uris
FolderUserBase
/api/v2/folder/user
| Uri | /api/v2/folder/user |
|---|---|
| UriDescription | Base URI for user folder-related operations |
| EndpointType | FolderUserBase |
Request
| Uri | /api/v2/folder |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/folder"
},
"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",
"Uris": {
"FolderUserBase": {
"Uri": "/api/v2/folder/user",
"UriDescription": "Base URI for user folder-related operations",
"EndpointType": "FolderUserBase"
}
},
"UriDescription": "Base URI for folder-related operations",
"EndpointType": "FolderBase",
"Timing": {
"Total": {
"time": 0.01462,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}