【发布时间】:2018-11-27 13:57:13
【问题描述】:
我正在使用带有 GET 方法的“Get Multiple Leads by List Id”REST API 提取潜在客户数据。但是,需要获取超过 650 个字段。如果我将所有字段的逗号分隔列表作为 URL 参数传递并发出 GET 请求,则 api 返回 414 Request-URI Too Long 错误。
有没有办法使用 REST API 从 marketo 获取所有字段(超过 650 个)? 该api不支持POST方式。
POSTMAN 中的错误响应:
<html>
<head>
<title>414 Request-URI Too Large</title>
</head>
<body bgcolor="white">
<center>
<h1>414 Request-URI Too Large</h1>
</center>
<hr>
<center>nginx</center>
</body>
</html>
【问题讨论】:
-
650 个字段或 650 行?处理这么多的字段已经很头疼了吧?