latestOpenAPI 3.0.02026-07-135965404.0 KB
a1bd874b5960
Form
Get receive folder form settings
Get the information for the file upload form assigned to a receive folder by its shareHash. The form details will return all the input field settings and the CSS for the form.
Use the include parameter (with the value share) to also get the details of the associated receive folder.
Note
- If you prefer to find a form by its ID, you can use the GET /forms/{id} endpoint instead.
get/forms
Query parameters
shareHashstring required
Share hash to retrieve the form for.
include'share'
Related record types to include in the response. Valid option is share
Headers
ev-api-keystring required
API key required to make the API call.
ev-access-tokenstring required
Access Token required to make the API call.
Response
successful operation
FormResponse required— unresolved $ref