{ "opencollection": "1.0.0", "info": { "name": "Kiteworks API Documentation activities webForms API", "version": "28" }, "items": [ { "info": { "name": "webForms", "type": "folder" }, "items": [ { "info": { "name": "List web forms", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rest/webForms", "params": [ { "name": "name", "value": "", "type": "query", "description": "Web form name" }, { "name": "name:contains", "value": "", "type": "query", "description": "Web form name. Search for results that contain the specified characters in this parameter." }, { "name": "orderBy", "value": "", "type": "query", "description": "Sorting options" }, { "name": "with", "value": "", "type": "query", "description": "With parameters" }, { "name": "mode", "value": "", "type": "query", "description": "Determines the detail level of the response body." } ] }, "docs": "Returns a list of web forms available to the authenticated user's profile, including each form's name, URL, authentication requirement, and enabled state." }, { "info": { "name": "Get a web form", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rest/webForms/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the web form to be retrieved" }, { "name": "with", "value": "", "type": "query", "description": "With parameters" }, { "name": "mode", "value": "", "type": "query", "description": "Determines the detail level of the response body." } ] }, "docs": "Returns the details of the specified web form, including its name, URL, authentication requirement, enabled state, and associated fields. Accessible by both authenticated and unauthenticated users, subject to the form's access rules." } ] } ], "bundled": true }