app.thesocialwire.appview.getEntry

samclemente.me

Documentation

Get one flat AppView entry detail object.

main query

Get one flat AppView entry detail object.

Parameters

entryId string Required

No description available.

Output

Encodingapplication/json

Errors

InvalidRequest
EntryNotFound
UpstreamUnavailable
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",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "EntryNotFound"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "entryId"
    ],
    "properties": {
      "entryId": {
        "type": "string",
        "maxLength": 2048
      }
    }
  },
  "description": "Get one flat AppView entry detail object."
}

Lexicon Garden

@