With an appropriate Form Access Mode, data can also be queried.
Run Query
Add a request to the Postman collection.
- Rename it “DQL Query”
- Change “GET” to “PUT”
- Set the request URL to “{{HOST}}/query?action=execute&dataSource={{CONTACTS}}”.
- On the Headers tab, add a header “Content-Type” set to “application/json”.
-
On the Body tab, select raw and enter:On the Body tab, select raw and enter:
{ "query": "form = 'Contact' and state = ?State", "maxScanDocs": 500000, "maxScanEntries": 200000, "timeoutSecs": 300, "viewRefresh": true, "noViews": false, "variables": { "State": "CA" } }
- Send the request.