Skip to main content
POST
Management API 主机(api.scanova.io)上异步对大量 QR 码一次性应用一项快捷操作,使用您的原始 Management API 密钥进行身份验证。
string
必填
apply_designorganizedelete 之一。
array
要操作的特定 QR id。也可改用 filtersearchbulk_op_id——与批量下载 QR 码相同的目标选择方式。
object
一个已保存的过滤器,用于选择要操作哪些 QR 码,作为 qr_id_list 的替代方式。
一个搜索词,用于选择要操作哪些 QR 码,作为 qr_id_list 的替代方式。"all" 选择所有拥有的 QR 码。
string
现有批量操作的 operation_id——对该操作所生成的 QR 码进行操作。
string
operationapply_design 时必填——要应用的设计图案数据。
integer
operationorganize 时必填——目标文件夹 id,必须属于该账户。
异步——轮询列出批量操作获取 status/progress。如果 operation 值无效,或所选操作缺少所需的 folder/pattern_info,则返回 400
对于套餐中不支持软删除恢复的 QR 码,delete 操作不可撤销——在使用 operation: "delete" 调用之前请确认目标选择。

相关内容

授权

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.

响应

Quick action started.