Get media associated with a post in a Circle Space
Parameters
Output
Encoding
*/*Errors
AuthRequired
AccessRemoved
UnsupportedPDS
ProtocolRevisionMismatch
UpstreamUnavailable
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired"
},
{
"name": "AccessRemoved"
},
{
"name": "UnsupportedPDS"
},
{
"name": "ProtocolRevisionMismatch"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"encoding": "*/*"
},
"parameters": {
"type": "params",
"required": [
"space",
"did",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"did": {
"type": "string",
"format": "did"
},
"space": {
"type": "string",
"format": "space-ref"
}
}
},
"description": "Get media associated with a post in a Circle Space"
}