Get subcollections of a given collection
Parameters
Output
Encoding
application/jsonsubcollections
array
Required
Subcollections of the given collection
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",
"required": [
"subcollections"
],
"properties": {
"subcollections": {
"type": "array",
"items": {
"ref": "pub.chive.collection.defs#collectionView",
"type": "ref"
},
"description": "Subcollections of the given collection"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "AT-URI of the parent collection"
}
}
},
"description": "Get subcollections of a given collection"
}