Get collections that contain a specific item
Parameters
Output
Encoding
application/jsoncollections
array
Required
Collections containing the item
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": [
"collections"
],
"properties": {
"collections": {
"type": "array",
"items": {
"ref": "pub.chive.collection.defs#collectionView",
"type": "ref"
},
"description": "Collections containing the item"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"itemUri"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"itemUri": {
"type": "string",
"description": "AT-URI of the item to find containing collections for"
}
}
},
"description": "Get collections that contain a specific item"
}