1.1 Description

 
pathhttp://www.your_website_domain.com/FeiEditor/api_v1/getAllForms
methodGET/POST
illustrateThis 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

 none

 

1.3 return result

 
correct result
Return format: JSON
{
   "result":true,
   "data":[
      {
         "id":281,
         "name":"u8054u7cfbu6211u4eec",
         "title":"",
         "description":"",
         "active":true
      },
.. .
   ]
}