+ "CodeFlow": "<h5>This sample features</h5><ul><li>Create or get a workspace</li><li>Create workspace users</li><li>Workspace envelope</li><li>Workspace document upload</li></ul><h5>Code flow</h5><p>See the <strong>Controller</strong> and the workspace source code.</p><h5>Step 1</h5><p>After the form is submitted, call the <span className=\"colored_text\">Workspace:list</span> method to try to retrieve an existing workspace; if none exists, call <span className=\"colored_text\">Workspace:create</span> to create a new workspace. The workspace ID is then stored for the next steps. Next, call <span className=\"colored_text\">WorkspaceUser:create</span> to add users to the workspace. After the user selects documents and submits the form, call the <span className=\"colored_text\">WorkspaceDocument:create</span> method to register documents in the workspace, then call <span className=\"colored_text\">WorkspaceEnvelope:create</span> to create a new workspace envelope, and finally call <span className=\"colored_text\">WorkspaceUploadRequest:create</span> to create an upload request.</p>"
0 commit comments