问题标签 [baasbox]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 使用 Baasbox API 查询用户
我正在尝试使用 BAASBOX 上的 REST API 接口检索过滤的用户列表。
在 visibleToRegisteredUsers 字段中,我有一个名为 company 的字段,并希望对其进行过滤。
我用来过滤的 URL 是:http ://myurl.com:9000/users?where=company%3D '$company'
如果我不使用查询,我可以返回所有用户,如果我使用过滤器,则不会返回任何内容,所以我一定是过滤不正确。有谁知道我将如何应用过滤器?