get https://{server}/api/v2.1/admin/forms/
List all the forms in the current system. The returned id
value is the ID of the form, and the token
is the form's token.
Response
List all the forms in the current system. The returned id
value is the ID of the form, and the token
is the form's token.
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/api/v2.1/admin/forms/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: