When you configure an export, import, or lookup using the form view designed for the Formstack connector, the following API operations are supported:
Note
You can also create a composite endpoint for this application. For more information, see Application-specific (simple) forms.
Resource |
API endpoint |
Export |
Import |
---|---|---|---|
Confirmation emails |
Get all confirmation emails for the specified form |
X |
|
Get details for the specified confirmation email |
X |
||
Add a new confirmation email to the specified form |
X |
||
Update the specified confirmation email |
X |
||
Delete the specified confirmation email |
X |
||
Field types |
Get all fields for the specified form |
X |
|
Get the details of the specified field |
X |
||
Create a new field for the specified form |
X |
||
Update the specified field |
X |
||
Delete the specified field |
X |
||
Folders |
Get all folders on your account and their subfolders. |
X |
|
Get details for the specified folder or subfolder |
X |
||
Create a new folder or subfolder |
X |
||
Update the specified folder |
X |
||
Delete the specified folder |
X |
||
Forms |
Get all forms in your account |
X |
|
Get the details of the specified form |
X |
||
Get the basic details of the specified form |
X |
||
Create a new form in your account |
X |
||
Update the details of the specified form |
X |
||
Delete the specified form |
X |
||
Create a copy of the specified form |
X |
||
Get the HTML of the specified form |
X |
||
Groups |
Get groups |
X |
|
Get group by ID |
X |
||
Update groups |
X |
||
Patch group by ID |
X |
||
Delete group |
X |
||
Notification emails |
Get all notification emails for the specified form |
X |
|
Get details for the specified notification email |
X |
||
Add a new notification email to the specified form |
X |
||
Update the specified notification email |
X |
||
Delete the specified notification email |
X |
||
Partial submissions |
Get all partial submissions for the specified form |
X |
|
Get the details of the specified partial submission |
X |
||
Delete the specified partial submission |
X |
||
Portals |
Get the details of the specified portal |
X |
|
Update specified portal details |
X |
||
Deletes specified portal |
X |
||
Copy specified portal |
X |
||
Upload an avatar for specified portal |
X |
||
Invite participant for specified portal |
X |
||
Delete specified participant from portal |
X |
||
Modify specified portal participant name |
X |
||
Adds form to specified portal |
X |
||
On success returns updated portal form representation. |
X |
||
Delete specified portal form from portal |
X |
||
Smart lists |
Get the details of the specified smart list option |
X |
|
Get the details of all smart lists |
X |
||
Create a new smart list |
X |
||
Get the details of the specified smart list |
X |
||
Update the details of the specified smart list |
X |
||
Delete the specified smart list |
X |
||
Get the details of all smart list options |
X |
||
Create a new smart list option within the specified smart list |
X |
||
Update the details of the specified smart list option |
X |
||
Delete the specified smart list option |
X |
||
Delete the image for a smart list option |
X |
||
Delete all options for a smart list |
X |
||
Add new options to the end of a smart list in bulk. |
X |
||
Submissions |
Get all submissions for the specified form |
X |
|
Get the details of the specified submission |
X |
||
Get all submissions for the specified form |
X |
||
Create a new submission for the specified form |
X |
||
Update the specified submission |
X |
||
Delete the specified submission |
X |
||
Download submitted file for a specific submission and returns binary encoding of file |
X |
||
Users |
Get user information |
X |
|
Get users |
X |
||
API for managing users |
X |
||
The request is a user object. |
X |
||
Update a user |
X |
||
API for managing user information |
X |
||
Webhooks |
Get all webhooks for the specified form |
X |
|
Get details for the specified webhook |
X |
||
Add a new webhook to the specified form |
X |
||
Update the specified webhook |
X |
||
Delete the specified webhook |
X |
Comments
Article is closed for comments.