Form data REST Endpoints

Application/1.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/1.0/data/form/{id}
Retrieve a single form submit job
Method: get
Path: /api/REST/1.0/data/form/{formId}/formData/{formSubmitJobId}
Retrieve all form submit jobs for a single form
Method: get
Path: /api/REST/1.0/data/form/{formId}/formData
Retrieve processed form data for a single form
Method: get
Path: /api/REST/1.0/data/form/{id}