Gets a community by DID or handle.
Parameters
Output
Encoding
application/jsoncommunity
refsocial.colibri.beta.community.defs#communityView
Required
The requested community.
Errors
AuthRequired
The request is missing, malformed, or unverifiable service auth. CommunityNotFound
No community exists at that identifier. 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",
"description": "The request is missing, malformed, or unverifiable service auth."
},
{
"name": "CommunityNotFound",
"description": "No community exists at that identifier."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"community"
],
"properties": {
"community": {
"ref": "social.colibri.beta.community.defs#communityView",
"type": "ref",
"description": "The requested community."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"community"
],
"properties": {
"community": {
"type": "string",
"format": "at-identifier",
"description": "A DID or handle identifying the community."
}
}
},
"description": "Gets a community by DID or handle."
}