我正在尝试使用以下 API 在 Highrise CRM 中获取联系人:
/people/search.xml?email=emailID
但结果与我要求的联系人的电子邮件无关。我在这里错过了什么吗?
我正在尝试使用以下 API 在 Highrise CRM 中获取联系人:
/people/search.xml?email=emailID
但结果与我要求的联系人的电子邮件无关。我在这里错过了什么吗?
在此处查看 API 文档: https ://github.com/basecamp/highrise-api/blob/master/sections/people.md#search-people
看起来您的查询字符串与条件格式不匹配。
此外,尝试运行 curl 以查看响应是什么并将其发布,可能有助于澄清。:)
有效的 API:
/people/search.xml?criteria[email]=emailID