app.bivri.support.getInquiry

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

id string Required

UUID of the inquiry.

Output

Encodingapplication/json
messages array 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
UUID of the inquiry.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "inquiry",
        "messages"
      ],
      "properties": {
        "inquiry": {
          "ref": "app.bivri.support.defs#inquiryView",
          "type": "ref"
        },
        "messages": {
          "type": "array",
          "items": {
            "ref": "app.bivri.support.defs#messageView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string",
        "description": "UUID of the inquiry."
      }
    }
  }
}

Lexicon Garden

@