Get Record List Query (with order by, limit, offset)
Get Record List Query (with order by, limit, offset) - kintone.app.getQuery()
Retrieves the record list filter conditions as a query string, including "order by", "limit" and "offset"
Function
Desktop
kintone.app.getQuery()
Mobile
kintone.mobile.app.getQuery()
Parameters
None
Returns
- String or null.
- Null is returned for pages where it cannot be used.
- If there are no filter conditions on the record list, a query list with only "order by", "limit" and "offset" will be returned.
- If there are no sort conditions on the record list, a query list with only "limit" and "offset" will be returned.
Sample Request
|
|
Available Pages
- Record List
- Graph
Notes
- An error occurs if the query string contains any of the following:
- Deleted or non-existent options in the following fields (Desktop only):
- Drop-down
- Radio button
- Multi-choice
- Check box
- Deleted or non-existent statuses (Desktop only)
- Deleted or non-existent options in the following fields (Desktop only):