https://github.com/docusign/sample-app-myapicalls-csharp
Docusign MyAPICalls Sample App
https://github.com/docusign/sample-app-myapicalls-csharp
csharp-code docusign docusign-api
Last synced: about 1 month ago
JSON representation
Docusign MyAPICalls Sample App
- Host: GitHub
- URL: https://github.com/docusign/sample-app-myapicalls-csharp
- Owner: docusign
- License: mit
- Created: 2022-05-25T19:23:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:04:58.000Z (7 months ago)
- Last Synced: 2025-04-11T22:43:18.881Z (about 1 month ago)
- Topics: csharp-code, docusign, docusign-api
- Language: TypeScript
- Homepage: https://myapicalls.sampleapps.docusign.com/
- Size: 2.63 MB
- Stars: 5
- Watchers: 11
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
MyAPICalls is a sample app that enables users to walk through the process of executing Docuxign API calls and review:
* The JSON request body structure
* The values of request properties
* The API request that’s sent to the Docusign platform
* The API response
* Objects created in the Docusign platform as a result of an API callEach scenario in the sample app illustrates a different use case, such as creating an envelope from a template or creating a Connect configuration and receiving a Connect event. A scenario consists of a series of API calls. You can execute them one by one to see how each call is constructed, or you can run the entire scenario and review the results.
MyAPICalls includes the option to execute scenarios multiple times with unique data for each execution. This feature is useful for quickly populating a developer account with test data.
# Hosted instance
To run the hosted instance of MyAPICalls, visit https://myapicalls.sampleapps.docusign.com/.# License information
This repository uses the MIT License. See [LICENSE](./LICENSE) for more information.