Signed-in home page critical path: featured lead and latest rows.
Parameters
Output
Encoding
application/jsonfeatured
refapp.standard-reader.defs#documentView
Optional
No description available.
latest
array
Optional
No description available.
scope
string
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"scope": {
"type": "string"
},
"latest": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#documentView",
"type": "ref"
}
},
"featured": {
"ref": "app.standard-reader.defs#documentView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [],
"properties": {
"scope": {
"type": "string",
"default": "subscriptions",
"knownValues": [
"subscriptions",
"all"
]
}
}
},
"description": "Signed-in home page critical path: featured lead and latest rows."
}