Form data REST Endpoints
Application/2.0/Form data
Form data are the submissions for a form.
Learn more about Forms.
- Create form data for a single form
- Method: postPath:
/api/REST/2.0/data/form/{id}
- Create form data in batch for a single form
- Method: postPath:
/api/REST/2.0/data/form/{id}/batch
- Delete form data
- Method: deletePath:
/api/REST/2.0/data/form/{id}/datarow/{rowId}
- Retrieve a single form submit job
- Method: getPath:
/api/REST/2.0/data/form/{formId}/formData/{formSubmitJobId}
- Retrieve all form submit jobs for a single form
- Method: getPath:
/api/REST/2.0/data/form/{formId}/formData
- Retrieve all spam form submit jobs for a single form
- Method: getPath:
/api/REST/2.0/data/form/{formId}/formSpamData
- Retrieve batch form submission details by batchCorrelationId
- Method: getPath:
/api/REST/2.0/data/form/{formId}/batchCorrelation/formData/{batchCorrelationId}
- Retrieve batch form submission details by batchId
- Method: getPath:
/api/REST/2.0/data/form/{formId}/batch/formData/{batchId}
- Retrieve processed form data for a single form
- Method: getPath:
/api/REST/2.0/data/form/{id}