Query API Errors
Error Messages
Query API Errors can be caused by invalid data in your POST request, missing data, or by bugs on our end. The following messages should give you a good idea where the error is coming from, and how you can fix it. To see the XML format of these messages, read the Query API Response section.
The supplied API key is incorrect.
The 16 digit API key you used did not match the key we have on record for your account. Be sure to make sure you use you username in the subdomain of the URL. For example, username.wufoo.com/api/query/.
The supplied form URL was not found.
In your account, no form was found with the URL you supplied. Try double checking the URL given.
The supplied subdomain was not found.
We could not find an account on record with the subdomain that you supplied.
The value supplied for w_condition_field_i was not found.
The form given in w_form does not contain a field with the name supplied in w_condition_field_i.
The title supplied for ORDER BY was not found.
We can’t set the response order because the field to order by was not found in the form supplied in w_form. Please check the w_sort parameter.
Additional Errors
If you receive any errors other than the ones above, please contact support@wufoo.com and send the error message.