Developers API Methods wizehive.pages.getList

wizehive.formsubmissions.add

Adds a submission to the form.

Authentication

This method requires authentication.

Arguments

api_key (Required) Your API application key. See here for more details. ws_id (Required) Id of the Form workspace. form_id (Required) Id of the form you are adding a submission to. page_id (Required) Id of the page you want the list of submissions for. data (Required) Array of field data for the submission. In the form data_[field_id]=[value].

Example Response

This method has no specific response - It returns an empty success response if it completes without error.

Error Codes

3: Must supply workspace id The required parameter ws_id was not found. 7: Must supply form id The required parameter form_id was not found. 8: Must supply page id The required parameter page_id was not found. 9: Form validation errors The supplied data did not meet the form validation rules. Includes error details 10: Form not found The requested form could not be found. 11: Must supply form data The required parameter data was not found. 98: Login failed / Invalid auth token The login details or auth token passed were invalid. 99: User not logged in / Insufficient permissions The user is not logged in, or the user does not have access to the Forms API. 100: Invalid API Key The API key passed was not valid or has expired. 112: Method "xxx" not found The requested method was not found.