|
1 | | -{ |
| 1 | +{ |
2 | 2 | "codeExamples": [ |
3 | 3 | { |
4 | 4 | "number": "1", |
|
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-csharp/master/launcher-csharp/Monitor/Examples/WebQueryEndpointFunc.cs", |
424 | | - "method": "Invoke", |
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-csharp/master/launcher-csharp/eSignature/Examples/InPersonSigning.cs", |
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-csharp/master/launcher-csharp/eSignature/Examples/CFRPart11EmbeddedSending.cs", |
440 | 432 | "method": "EmbeddedSigning", |
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-csharp/master/launcher-csharp/Click/Examples/EmbedClickwrap.cs", |
448 | 440 | "method": "CreateHasAgreed", |
449 | 441 | "apiType": "Click" |
| 442 | + }, |
| 443 | + { |
| 444 | + "number": "56", |
| 445 | + "name": "Set document visibility for envelope recipients", |
| 446 | + "description": "Demonstrates how to set document visibility for envelope recipients.", |
| 447 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/launcher-csharp/eSignature/Examples/SetDocumentVisibility.cs", |
| 448 | + "method": "SendEnvelopeWithEnvelopeVisibility", |
| 449 | + "apiType": "ESignature" |
| 450 | + }, |
| 451 | + { |
| 452 | + "number": "57", |
| 453 | + "name": "Request a signature by email with document generation", |
| 454 | + "description": "Creates an envelope from a template with a document that is dynamically generated to include all the customized data specified by the sender.", |
| 455 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/launcher-csharp/eSignature/Examples/DocumentGeneration.cs", |
| 456 | + "method": "DocumentGenerationExample", |
| 457 | + "apiType": "ESignature" |
| 458 | + }, |
| 459 | + { |
| 460 | + "number": "58", |
| 461 | + "name": "Share access to a DocuSign envelope inbox", |
| 462 | + "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", |
| 463 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/launcher-csharp/eSignature/Examples/SharedAccess.cs", |
| 464 | + "method": "ShareAccess", |
| 465 | + "apiType": "ESignature" |
| 466 | + }, |
| 467 | + { |
| 468 | + "number": "59", |
| 469 | + "name": "Request a signature using focused view", |
| 470 | + "description": "Sends an envelope, then uses focused view for the signer.", |
| 471 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/launcher-csharp/eSignature/Examples/FocusedView.cs", |
| 472 | + "method": "SendEnvelopeWithFocusedView", |
| 473 | + "apiType": "ESignature" |
450 | 474 | } |
451 | 475 | ], |
452 | 476 | "postAddOpenURI": "https://developers.docusign.com/platform/auth/authcode/" |
|
0 commit comments