Skip to main content
GET
Management API 主机(api.scanova.io)上列出账户自己针对某个 QR 分类或表单的设计模板,使用您的原始 Management API 密钥进行身份验证。
string
默认值:"qr_category"
qr_categoryform
integer
resource_typeqr_category(默认值)时必填。当 resource_typeform必须省略
如果 resource_type=qr_category 时缺少 category_idresource_type=form 时存在 category_id,或 resource_type 既不是 qr_category 也不是 form,则返回 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.

查询参数

resource_type
enum<string>
默认值:qr_category
可用选项:
qr_category,
form
category_id
integer

Required when resource_type=qr_category; forbidden when resource_type=form.

响应

Paginated list of design templates.