app.atmobb.moderation.getLog

lexicons.atmobb.app

Documentation

A forum's moderation actions, newest first. Powers the admin panel's undo affordances; the records are public either way.

main query

A forum's moderation actions, newest first. Powers the admin panel's undo affordances; the records are public either way.

Parameters

forum string did Required

A decentralized identifier (DID).

limit integer Optional

No description available.

Output

Encodingapplication/json
actions 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
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "actions"
      ],
      "properties": {
        "actions": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "forum"
    ],
    "properties": {
      "forum": {
        "type": "string",
        "format": "did"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      }
    }
  },
  "description": "A forum's moderation actions, newest first. Powers the admin panel's undo affordances; the records are public either way."
}

Lexicon Garden

@