Lists style.tilde.hacking.checkin records, most recent first — read by landing-page/kiosk.html, landing-page/viewer.html and kiosk-onboard/index.html.
Parameters
Output
Encoding
application/jsonrecords
array
Required
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",
"required": [
"records"
],
"properties": {
"records": {
"type": "array",
"items": {
"ref": "style.tilde.hacking.checkin",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
}
}
},
"description": "Lists style.tilde.hacking.checkin records, most recent first — read by landing-page/kiosk.html, landing-page/viewer.html and kiosk-onboard/index.html."
}