app.chronosky.plan.listAssignments

lexicon.store View official

Documentation

Get the authenticated user's plan assignment history

main query

Get the authenticated user's plan assignment history

Output

Encodingapplication/json
assignments array Required

List of plan assignments

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "assignments"
      ],
      "properties": {
        "assignments": {
          "type": "array",
          "items": {
            "ref": "app.chronosky.plan.getAssignment#planAssignment",
            "type": "ref"
          },
          "description": "List of plan assignments"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get the authenticated user's plan assignment history"
}

Lexicon Garden

@