app.didpic.admin.getSubjectContext

lexicons.didpic.app

Documentation

Get the actor + post + comment bundle for a report/appeal subject.

main query

Get the actor + post + comment bundle for a report/appeal subject.

Parameters

subject string Required

No description available.

Output

Encodingapplication/json
actor 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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
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."
}

Lexicon Garden

@