The Retrieve Forms API page retrieves details on any form that belongs to the current user. The user is determined by the apiKey parameter.
Page URL for requests:
https://live.123formbuilder.com/api/forms.{xml|json}
There is also a second way to call this page, mentioning a certain form ID:
https://live.123formbuilder.com/api/forms/{form-id-here}.{xml|json}
The XML output contains
as the root element, with zero or more
The Retrieve Forms operation can also be used for subuser accounts. Use the following URL to make a request to get all of the forms in a subuser’s account:
https://live.123formbuilder.com/api/subusers/{subusers-email-address-encoded}/forms.{xml|json}
Use the following URL to make a request for a certain form in a subuser’s account:
https://live.123formbuilder.com/api/subusers/{subusers-email-address-encoded}/forms/{form-id-here}.{xml|json}
{subusers-email-address-encoded} is the email address associated to the subuser’s account, which has the PHP urlencode()
function applied.
If you need advanced functionality, we highly recommend you to use API V2
Your email address will not be published. Required fields are marked *
Here is a list of the most frequently asked questions. For more FAQs, please browse through the FAQs page.
Hi,
I am trying to retrieve form but I am getting an error as \”Empty API Key\”, so can you tell me how can I get the forms.
Hello!
Have you read our documentation on how to retrieve the API at http://live.123formbuilder.com/docs/123formbuilder-api-php-example-script/? Please verify that all the steps described in the documentation have been followed correctly.
For assistance, don’t hesitate to contact our Support Team at support@123formbuilder.com or via our contact form.
Thanks!