app.bivri.support.getAnnouncement

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

id string Required

No description available.

Output

Encodingapplication/json

Errors

AnnouncementNotFound
InvalidAnnouncementId
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": "AnnouncementNotFound"
    },
    {
      "name": "InvalidAnnouncementId"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "announcement"
      ],
      "properties": {
        "announcement": {
          "ref": "app.bivri.support.contentDefs#announcementView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@