保存的查询名称大写“赞助”。确保您保存的查询名称是小写的,而不是骆驼或标题大小写。确保您获得正确的已保存查询名称。
此外,您可能希望首先获取所有已保存查询的列表作为参考:
GET /3.0/projects/<project_name>/queries/saved HTTP/1.1
HOST: api.keen.io
authorization: <your_key>
content-type: application/json
你会得到这样的东西:
[ { "refresh_rate": 0, "last_modified_date": "2016-12-20T01:09:54.355000+00:00", "query_name": "", "created_date": "2016-12-20T01:09:54.355000+ 00:00", "query": { "filters": [], "latest": 100, "analysis_type": "extraction", "timezone": "UTC", "timeframe": "this_30_days", "event_collection" :“”},“元数据”:{“可视化”:{“图表类型”:“表”},“显示名称”:“”},“运行信息”:空}]