L@tr XRPC method link.latr.bookmarks.listBookmarks.
Parameters
Output
Encoding
application/jsonbookmarks
array
Required
No description available.
cursor
string
Optional
No description available.
Errors
InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
ClientAuthRequired
BookmarkNotFound
Conflict
RateLimitExceeded
UpstreamFailure
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "InvalidUrl"
},
{
"name": "AuthRequired"
},
{
"name": "InvalidToken"
},
{
"name": "InvalidDpop"
},
{
"name": "ClientAuthRequired"
},
{
"name": "BookmarkNotFound"
},
{
"name": "Conflict"
},
{
"name": "RateLimitExceeded"
},
{
"name": "UpstreamFailure"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"bookmarks"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 2048,
"maxGraphemes": 512
},
"bookmarks": {
"type": "array",
"items": {
"ref": "link.latr.bookmarks.defs#bookmarkView",
"type": "ref"
},
"maxLength": 100
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [],
"properties": {
"tag": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 2048,
"maxGraphemes": 512
}
}
},
"description": "L@tr XRPC method link.latr.bookmarks.listBookmarks."
}