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": {
"ref": "app.blebbit.authr.folder.defs#folderView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"$authzed": [
"read"
],
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer"
},
"cursor": {
"type": "string"
}
}
}
}