Scrollable vertical list with paginated data source.
Input
Encoding
application/jsoninput
unknown
Optional
Parameters to pass to the query.
query
stringnsid
Required
XRPC query to call for pages of items. Resolved through the import stack via at.inlay.endpoint records.
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"
],
"properties": {
"input": {
"type": "unknown",
"description": "Parameters to pass to the query."
},
"query": {
"type": "string",
"format": "nsid",
"description": "XRPC query to call for pages of items. Resolved through the import stack via at.inlay.endpoint records."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Scrollable vertical list with paginated data source."
}