|
298 | 298 | }, |
299 | 299 | { |
300 | 300 | "number": "38", |
| 301 | + "name": "Set document visibility for envelope recipients", |
| 302 | + "description": "Demonstrates how to set document visibility for envelope recipients.", |
| 303 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/eSignature/services/SetDocumentVisibilityService.java", |
| 304 | + "method": "makeEnvelope", |
| 305 | + "apiType": "ESignature" |
| 306 | + }, |
| 307 | + { |
| 308 | + "number": "39", |
| 309 | + "name": "Request a signature by email with document generation", |
| 310 | + "description": "Creates an envelope from a template with a document that is dynamically generated to include all the customized data specified by the sender.", |
| 311 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/eSignature/services/DocumentGenerationService.java", |
| 312 | + "method": "generateDocument", |
| 313 | + "apiType": "ESignature" |
| 314 | + }, |
| 315 | + { |
| 316 | + "number": "40", |
| 317 | + "name": "Share access to a DocuSign envelope inbox", |
| 318 | + "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", |
| 319 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/eSignature/services/SharedAccessService.java", |
| 320 | + "method": "createAgent", |
| 321 | + "apiType": "ESignature" |
| 322 | + }, |
| 323 | + { |
| 324 | + "number": "41", |
| 325 | + "name": "Request a signature using focused view", |
| 326 | + "description": "Sends an envelope, then uses focused view for the signer.", |
| 327 | + "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/eSignature/services/FocusedViewService.java", |
| 328 | + "method": "sendEnvelopeWithFocusedView", |
| 329 | + "apiType": "ESignature" |
| 330 | + }, |
| 331 | + { |
| 332 | + "number": "42", |
301 | 333 | "name": "Create Clickwraps", |
302 | 334 | "description": "This example shows how to create a clickwrap.", |
303 | 335 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/click/services/CreateClickwrapService.java", |
304 | 336 | "method": "createClickwrapRequest", |
305 | 337 | "apiType": "Click" |
306 | 338 | }, |
307 | 339 | { |
308 | | - "number": "39", |
| 340 | + "number": "43", |
309 | 341 | "name": "Activate Clickwrap", |
310 | 342 | "description": "This example shows how to activate a clickwrap.", |
311 | 343 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/click/services/ActivateClickwrapService.java", |
312 | 344 | "method": "activateClickwrap", |
313 | 345 | "apiType": "Click" |
314 | 346 | }, |
315 | 347 | { |
316 | | - "number": "40", |
| 348 | + "number": "44", |
317 | 349 | "name": "Clickwrap Versioning", |
318 | 350 | "description": "This example shows how to create a new clickwrap version.", |
319 | 351 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/click/services/CreateNewVersionClickwrapService.java", |
320 | 352 | "method": "createNewVersionClickwrap", |
321 | 353 | "apiType": "Click" |
322 | 354 | }, |
323 | 355 | { |
324 | | - "number": "41", |
| 356 | + "number": "45", |
325 | 357 | "name": "Retrieve Clickwraps", |
326 | 358 | "description": "This example shows how to get a list of clickwraps.", |
327 | 359 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/click/services/GetListClickwrapsService.java", |
328 | 360 | "method": "getListClickwrap", |
329 | 361 | "apiType": "Click" |
330 | 362 | }, |
331 | 363 | { |
332 | | - "number": "42", |
| 364 | + "number": "46", |
333 | 365 | "name": "Get Clickwrap Responses", |
334 | 366 | "description": "This example shows how to get clickwrap responses.", |
335 | 367 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/click/services/GetClickwrapResponsesService.java", |
336 | 368 | "method": "getClickwrapResponses", |
337 | 369 | "apiType": "Click" |
338 | 370 | }, |
339 | 371 | { |
340 | | - "number": "43", |
| 372 | + "number": "47", |
341 | 373 | "name": "Create a room with data", |
342 | 374 | "description": "This example creates a room using specified data.", |
343 | 375 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/CreateRoomService.java", |
344 | 376 | "method": "createRoomFromModel", |
345 | 377 | "apiType": "Rooms" |
346 | 378 | }, |
347 | 379 | { |
348 | | - "number": "44", |
| 380 | + "number": "48", |
349 | 381 | "name": "Create a room from template", |
350 | 382 | "description": "This example creates a room from a template.", |
351 | 383 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/CreateRoomWithTemplateService.java", |
352 | 384 | "method": "createRoomFromModel", |
353 | 385 | "apiType": "Rooms" |
354 | 386 | }, |
355 | 387 | { |
356 | | - "number": "45", |
| 388 | + "number": "49", |
357 | 389 | "name": "Export data from a room", |
358 | 390 | "description": "This example exports data from a room.", |
359 | 391 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/ExportingDataFromRoomService.java", |
360 | 392 | "method": "exportDataFromRoom", |
361 | 393 | "apiType": "Rooms" |
362 | 394 | }, |
363 | 395 | { |
364 | | - "number": "46", |
| 396 | + "number": "50", |
365 | 397 | "name": "Add form to a room", |
366 | 398 | "description": "This example adds form to a room.", |
367 | 399 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/AddingFormsToRoomService.java", |
368 | 400 | "method": "addFormsToRoom", |
369 | 401 | "apiType": "Rooms" |
370 | 402 | }, |
371 | 403 | { |
372 | | - "number": "47", |
| 404 | + "number": "51", |
373 | 405 | "name": "Get filtered rooms", |
374 | 406 | "description": "This example returns rooms by filter.", |
375 | 407 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/GetRoomsWithFiltersService.java", |
376 | 408 | "method": "getRoomsWithFilters", |
377 | 409 | "apiType": "Rooms" |
378 | 410 | }, |
379 | 411 | { |
380 | | - "number": "48", |
| 412 | + "number": "52", |
381 | 413 | "name": "Create external form fill session", |
382 | 414 | "description": "This is an example of creating external form fill session.", |
383 | 415 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/CreateExternalFormFillSessionService.java", |
384 | 416 | "method": "createExternalFormFillSession", |
385 | 417 | "apiType": "Rooms" |
386 | 418 | }, |
387 | 419 | { |
388 | | - "number": "49", |
| 420 | + "number": "53", |
389 | 421 | "name": "Create a form group", |
390 | 422 | "description": "This is an example of creating a form group for your DocuSign Rooms for Real Estate account.", |
391 | 423 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/CreateFormGroupService.java", |
392 | 424 | "method": "createFormGroup", |
393 | 425 | "apiType": "Rooms" |
394 | 426 | }, |
395 | 427 | { |
396 | | - "number": "50", |
| 428 | + "number": "54", |
397 | 429 | "name": "Grants office access to a form group", |
398 | 430 | "description": "This is an example of granting office access to a form group.", |
399 | 431 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/GrantOfficeAccessToFormGroupService.java", |
400 | 432 | "method": "grantOfficeAccessToFormGroup", |
401 | 433 | "apiType": "Rooms" |
402 | 434 | }, |
403 | 435 | { |
404 | | - "number": "51", |
| 436 | + "number": "55", |
405 | 437 | "name": "Assign a form to a form group", |
406 | 438 | "description": "This is an example of assigning a form to a form group.", |
407 | 439 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/rooms/services/AssignFormToFormGroupService.java", |
408 | 440 | "method": "assignFormToFormGroup", |
409 | 441 | "apiType": "Rooms" |
410 | 442 | }, |
411 | 443 | { |
412 | | - "number": "52", |
| 444 | + "number": "56", |
413 | 445 | "name": "Getting the monitoring data", |
414 | 446 | "description": "Demonstrates how to get and display all of your organization’s monitoring data.", |
415 | 447 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/monitor/services/GetMonitoringDataService.java", |
416 | 448 | "method": "getMonitoringData", |
417 | 449 | "apiType": "Monitor" |
418 | 450 | }, |
419 | 451 | { |
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-java/master/src/main/java/com/docusign/controller/monitor/services/WebQueryEndpointService.java", |
424 | | - "method": "postWebQueryMethod", |
425 | | - "apiType": "Monitor" |
426 | | - }, |
427 | | - { |
428 | | - "number": "54", |
| 452 | + "number": "57", |
429 | 453 | "name": "Send an envelope to an In Person Signer", |
430 | 454 | "description": "Demonstrates how to host an In Person Signing session with embedded signing.", |
431 | 455 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/eSignature/services/InPersonSigningService.java", |
432 | 456 | "method": "inPersonSigning", |
433 | 457 | "apiType": "ESignature" |
434 | 458 | }, |
435 | 459 | { |
436 | | - "number": "55", |
| 460 | + "number": "58", |
437 | 461 | "name": "Request a signature through your app (embedded signing) with a CFR Part 11 account", |
438 | 462 | "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 | 463 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/eSignature/services/CfrEmbeddedSigningService.java", |
440 | 464 | "method": "embeddedSigning", |
441 | 465 | "apiType": "ESignature" |
442 | 466 | }, |
443 | 467 | { |
444 | | - "number": "56", |
| 468 | + "number": "59", |
445 | 469 | "name": "Embed a clickwrap", |
446 | 470 | "description": "Creates a unique URL for an active clickwrap and embeds the clickwrap on your page.", |
447 | 471 | "source": "https://raw.githubusercontent.com/docusign/code-examples-java/master/src/main/java/com/docusign/controller/click/services/EmbedClickwrapService.java", |
|
0 commit comments