Skip to main content
POST
将表单响应下载为 CSV 或 Excel 文件 —— 可以是单个表单的响应,也可以是链接到一组 QR 码的所有表单的响应。
需要具有 MANAGEMENT_API(或 MANAGEMENT_API_SANDBOX)配额和 LEAD_GENERATION_ENTRY_CAN_VIEW 权限的管理 API 密钥,作为原始 Authorization 标头值发送 —— 参见管理 API 概述
string
导出单个表单的响应,以其自身的问题架构作为列标题。与 qr_ids 互斥。
array
导出链接到这些 QR qrid 的每个表单(及已转换的潜在客户列表)的响应 —— 来自多个表单的问题会合并为组合列。与 form_id 互斥。
string
默认值:"xls"
csvxlsxlsx
string
仅包含在此日期(含)之后创建的响应(YYYY-MM-DD)。
string
仅包含在此日期(含)之前创建的响应(YYYY-MM-DD)。
响应是文件下载(Content-Type: text/csv,或 XLS/XLSX 的 MIME 类型),而非 JSON,带有 Content-Disposition: attachment。列包括 Tracking ID, QR Code, Created, Skip, Source,每个问题一列,然后是八个追踪结尾列:Scan Time, Scan Day, Device Type, City, Country Code, Country Name, Postal Code, Region 如果同时提供或都未提供 form_id/qr_ids,则返回 400
400
400
如果 file_format 不是 csvxlsxlsx,则返回 400
400

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

响应

200

CSV or XLSX file download.