No description available.
Parameters
Output
Encoding
application/jsonfolders
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"folders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"cuid": {
"type": "string"
},
"name": {
"type": "string"
},
"public": {
"type": "boolean"
}
}
}
}
}
},
"encoding": "application/json"
},
"$authzed": "read",
"$flexicon": {
"action": "list"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer"
},
"cursor": {
"type": "string"
}
}
}
}