Get the actor + post + comment bundle for a report/appeal subject.
Parameters
Output
Encoding
application/jsonactor
unknown
Required
No description available.
comment
unknown
Optional
No description available.
kind
string
Required
No description available.
parentComment
unknown
Optional
No description available.
post
unknown
Optional
No description available.
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": [
"kind",
"actor"
],
"properties": {
"kind": {
"enum": [
"actor",
"post",
"comment"
],
"type": "string"
},
"post": {
"type": "unknown"
},
"actor": {
"type": "unknown"
},
"comment": {
"type": "unknown"
},
"parentComment": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string"
}
}
},
"description": "Get the actor + post + comment bundle for a report/appeal subject."
}