Specify Record List via Query String
Contents
Overview
Look through the following link to see the list of queries that can be used. URL encode the query with UTF-8:
Query String
Sample 1: Specifying a View list with a URL
|
|
When you create a new view in the App settings, you will find the view ID in the URL of the view page.
Sample 2: Specifying a filtered list with a URL
|
|
Sample
Say that we are looking for records where the Single-line text field is "kintone", and the Radio Button field is "A". Consider an app with the following properties:
- Sub domain: example
- App ID: 123
- Field code of the Single-line text field: text_field
- Field code of the Radio Button field: choice_field
The query for this would be:
|
|
URL encode this, and place it as the value for the query, as below:
|
|
This will be doing the same filter as the following filter on Kintone:
Limitations
This query can only be used on the desktop.