Hello. I found in code
var params = {
"query_params": {
"id": { "gt": 0 }
},
"sort_params": { "id": "desc" },
"dest_page": 0,
"limit": "10"
};
sdk.query("sites", params).then(enumerate);
Where i can find information how to build my own params. What "gt" means etc?