表单API / 得到所有表单 getAllForms

浏览次数: 778

1.1 说明

路径 http://www.your_website_domain.com/FeiEditor/api_v1/getAllForms
方法 GET/POST
说明
本函数可以获得网站内的表单。通常用来查询表单ID。如果需要获得提交记录, 请使用这个API.

1.2 参数


1.3 返回结果

正确结果
返回格式:JSON
{
"result":true,
"data":[
{
"id":281,
"name":"u8054u7cfbu6211u4eec",
"title":"",
"description":"",
"active":true
},
...
]
}

1.4 相关API

登录后即可发表评论,立即 登录 .

API相关文档