|
418 | 418 | }, |
419 | 419 | { |
420 | 420 | "number": "53", |
421 | | - "name": "Query monitoring data with filters", |
422 | | - "description": "Demonstrates how to query an organization's data based on specified filters and aggregations.", |
423 | | - "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/monitor/examples/postWebQuery.js", |
424 | | - "method": "postQuery", |
425 | | - "apiType": "Monitor" |
426 | | - }, |
427 | | - { |
428 | | - "number": "54", |
429 | 421 | "name": "Send an envelope to an In Person Signer", |
430 | 422 | "description": "Demonstrates how to host an In Person Signing session with embedded signing.", |
431 | 423 | "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/eSignature/examples/signingInPerson.js", |
432 | 424 | "method": "sendEnvelopeForInPersonSigning", |
433 | 425 | "apiType": "ESignature" |
434 | 426 | }, |
435 | 427 | { |
436 | | - "number": "55", |
| 428 | + "number": "54", |
437 | 429 | "name": "Request a signature through your app (embedded signing) with a CFR Part 11 account", |
438 | 430 | "description": "Sends an envelope, then uses embedded signing with recipient authentication by phone for the first signer. With embedded signing, DocuSign signing is initiated from your website.", |
439 | 431 | "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/eSignature/examples/embeddedSigningCFR.js", |
440 | 432 | "method": "sendEnvelopeForEmbeddedSigning", |
441 | 433 | "apiType": "ESignature" |
442 | 434 | }, |
443 | 435 | { |
444 | | - "number": "56", |
| 436 | + "number": "55", |
445 | 437 | "name": "Embed a clickwrap", |
446 | 438 | "description": "Creates a unique URL for an active clickwrap and embeds the clickwrap on your page.", |
447 | 439 | "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/click/examples/embedClickwrap.js", |
448 | 440 | "method": "embedClickwrap", |
449 | 441 | "apiType": "Click" |
| 442 | + }, |
| 443 | + { |
| 444 | + "number": "56", |
| 445 | + "name": "Request a signature by email with document generation", |
| 446 | + "description": "Creates an envelope from a template with a document that is dynamically generated to include all the customized data specified by the sender.", |
| 447 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/eSignature/examples/documentGeneration.js", |
| 448 | + "method": "sendEnvelope", |
| 449 | + "apiType": "ESignature" |
| 450 | + }, |
| 451 | + { |
| 452 | + "number": "57", |
| 453 | + "name": "Share access to a DocuSign envelope inbox", |
| 454 | + "description": "Share envelope inbox access with an agent user and view the principal user's envelopes using the Shared Access view in the DocuSign UI.", |
| 455 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/eSignature/examples/sharedAccess.js", |
| 456 | + "method": "createAgent", |
| 457 | + "apiType": "ESignature" |
| 458 | + }, |
| 459 | + { |
| 460 | + "number": "58", |
| 461 | + "name": "Request a signature using focused view", |
| 462 | + "description": "Sends an envelope, then uses focused view for the signer.", |
| 463 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/eSignature/examples/focusedView.js", |
| 464 | + "method": "sendEnvelope", |
| 465 | + "apiType": "ESignature" |
| 466 | + }, |
| 467 | + { |
| 468 | + "number": "59", |
| 469 | + "name": "Set document visibility for envelope recipients", |
| 470 | + "description": "Demonstrates how to set document visibility for envelope recipients.", |
| 471 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-node/master/lib/eSignature/examples/setDocumentVisibility.js", |
| 472 | + "method": "sendEnvelope", |
| 473 | + "apiType": "ESignature" |
450 | 474 | } |
451 | 475 | ], |
452 | 476 | "postAddOpenURI": "https://developers.docusign.com/platform/auth/authcode/" |
|
0 commit comments