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: post
Path: /api/rest/2.0/data/form/{id}
Create form data in batch for a single form
Method: post
Path: /api/rest/2.0/data/form/{id}/batch
Delete form data
Method: delete
Path: /api/rest/2.0/data/form/{id}/datarow/{rowId}
IFormSubmissionService_Method_FormSpamRepost_Summary
Method: post
Path: /api/rest/2.0/data/form/{formId}/formSpamdata/{formSpamId}
Retrieve a single form submit job
Method: get
Path: /api/rest/2.0/data/form/{formId}/formData/{formSubmitJobId}
Retrieve all form submit jobs for a single form
Method: get
Path: /api/rest/2.0/data/form/{formId}/formData
Retrieve all spam form submit jobs for a single form
Method: get
Path: /api/rest/2.0/data/form/{formId}/formSpamData
Retrieve batch form submission details by batchCorrelationId
Method: get
Path: /api/rest/2.0/data/form/{formId}/batchCorrelation/formData/{batchCorrelationId}
Retrieve batch form submission details by batchId
Method: get
Path: /api/rest/2.0/data/form/{formId}/batch/formData/{batchId}
Retrieve processed form data for a single form
Method: get
Path: /api/rest/2.0/data/form/{id}