Scrollable vertical list with paginated data source.
Input
Encoding
application/jsondid
stringdid
Required
DID of the service that implements the query.
input
unknown
Optional
Parameters to pass to the query.
query
stringnsid
Required
XRPC query to call for pages of items.
Output
Encoding
application/jsonSchemaat.inlay.defs#response
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"query",
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the service that implements the query."
},
"input": {
"type": "unknown",
"description": "Parameters to pass to the query."
},
"query": {
"type": "string",
"format": "nsid",
"description": "XRPC query to call for pages of items."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Scrollable vertical list with paginated data source."
}