app.didpic.admin.getAppeal

lexicons.didpic.app

Documentation

Get a single appeal.

main query

Get a single appeal.

Parameters

id string Required

No description available.

Output

Encodingapplication/json
appeal unknown Required

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": [
        "appeal"
      ],
      "properties": {
        "appeal": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string"
      }
    }
  },
  "description": "Get a single appeal."
}

Lexicon Garden

@