Skip to main content
GET
列出平台内置的表单模板 —— 可在创建表单时直接作为 data 传递的起始字段架构。
仅需要账户身份验证 —— 此端点不应用 MANAGEMENT_API 配额检查。
响应是一个扁平数组,不分页,仅包含活跃模板,按 order 再按 name 排序。blocks_json 使用与表单自身 data 字段完全相同的形状 —— 可直接传递给创建表单data 请求体参数以从模板开始。

相关内容

  • 创建表单 —— 使用模板的 blocks_json 作为起始 data
  • 管理 API 概述 —— 此端点所属的身份验证方案和配额体系。

授权

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

List of form templates.