1.1 Description
path | http://www.your_website_domain.com/FeiEditor/api_v1/getAllForms |
method | GET/POST |
illustrate | This function can get the form in the website. Usually used to query the form ID. If you need to get commit records, please use this API. |
1.2 parameters
none1.3 return result
correct result |
Return format: JSON |
{ "result":true, "data":[ { "id":281, "name":"u8054u7cfbu6211u4eec", "title":"", "description":"", "active":true }, .. . ] } |