app.bivri.support.listPolicyVersions

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

type string Required

No description available.

Output

Encodingapplication/json
versions array Required

No description available.

Errors

InvalidPolicyType
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": "InvalidPolicyType"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "versions"
      ],
      "properties": {
        "versions": {
          "type": "array",
          "items": {
            "ref": "app.bivri.support.policyDefs#policyVersionView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string",
        "knownValues": [
          "terms",
          "privacy"
        ]
      }
    }
  }
}

Lexicon Garden

@