Skip to content

how to build params in query request #7

@molchanov1983

Description

@molchanov1983

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions