AppSheet API Limit Records in the response

Dear Friends,

We would like to know how to limit records in the response. The documentation explains the TOP command but it always uses the Filter or OrderBy. I don’t need any filter or sorting. Just top N records.

Can someone help you to do this in the API.

What i have tried.

{
“Action”: “Find”,
“Properties”: {
“Locale”: “en-US”,
“Location”: “47.623098, -122.330184”,
“Timezone”: “Pacific Standard Time”,
“Selector”:“Top(10)”,
“UserSettings”: {
“Option 1”: “value1”,
“Option 2”: “value2”
}
},
“Rows”:[

]

}

0 28 2,162
28 REPLIES 28
Top Labels in this Space