Skip to main content
GET
Management API 主机(api.scanova.io)上下载某个 QR 分类的示例表格,使用您的原始 Management API 密钥进行身份验证。
string
必填
QR 分类 slug,例如 vcard
string
对于除 url 以外的任何分类,可根据该 QR 自身的字段值构建示例,而非使用通用分类模板——当您希望获得与现有 QR 形状一致的填写表格时很有用。
响应是 CSV 或 XLSX 文件下载,而非 JSON——其列与批量生成 QR 码对该分类所期望的列一致。

相关内容

授权

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.

路径参数

slug
string
必填

QR category slug, e.g. vcard.

查询参数

qrid
string

Build the sample from this QR's own field values instead of the generic template.

响应

200 - text/csv

Sample file download (CSV or XLSX).