A single Community by AT-URI, hydrated with viewer state when the request is authenticated.
Parameters
Output
Encoding
application/jsoncommunity
refcom.getorbyt.community.defs#view
Required
No description available.
Errors
CommunityNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "CommunityNotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"community"
],
"properties": {
"community": {
"ref": "com.getorbyt.community.defs#view",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"community"
],
"properties": {
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "A single Community by AT-URI, hydrated with viewer state when the request is authenticated."
}