app.bivri.bookmark.listGroupItems

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

group string at-uri Required

AT-URI of the bookmark group

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

items 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
AT-URI of the bookmark group
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "app.bivri.feed.defs#artworkView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "group"
    ],
    "properties": {
      "group": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the bookmark group"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@