我如何做列包含 API
How do I do column contains with API
使用 GUI,我可以对包含的列进行筛选。 API 似乎不允许这样做。有没有办法用 api 来做这个?
我认为您正在寻找的是开发人员门户更新日志中的 like
SoQL function, which is available on Text. You'll need to make sure you're using the latest version of your dataset's API, and you can find instructions on how to locate that。
例如:
https://open.whitehouse.gov/resource/9j92-xfdk.json?$where=position_title like '%25ASSISTANT%25'
使用 GUI,我可以对包含的列进行筛选。 API 似乎不允许这样做。有没有办法用 api 来做这个?
我认为您正在寻找的是开发人员门户更新日志中的 like
SoQL function, which is available on Text. You'll need to make sure you're using the latest version of your dataset's API, and you can find instructions on how to locate that。
例如:
https://open.whitehouse.gov/resource/9j92-xfdk.json?$where=position_title like '%25ASSISTANT%25'