docusign-rest-client | Wrapper for the official Docusign PHP Client Library | REST library
kandi X-RAY | docusign-rest-client Summary
kandi X-RAY | docusign-rest-client Summary
Wrapper for the official Docusign PHP Client Library. This library handles all the object instantiation for the endpoints in the DocuSign Api Explorer.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Set options object
- Authenticate client .
- Create Configuration .
- Get options class
- Get configuration .
- Set the host
- Get the account ID .
- Returns the proxy class name .
- Create a new client
docusign-rest-client Key Features
docusign-rest-client Examples and Code Snippets
$username,
'password' => $password,
'integrator_key' => $integrator_key,
'host' => $host
]);
$templateRole = $client->templateRole([
'email' => '[SIGNER_EMAIL]',
'name' => '[SIGNER_NA
$username,
'password' => $password,
'integrator_key' => $integrator_key,
'host' => $host
]);
$templateRole = $client->templateRole([
'email' => '[SIGNER_EMAIL]',
'name' => '[SIGNER_NAME]',
'role_name' =>
$foldersApi = $this->client->folders;
$searchOptions = $foldersApi->searchOptions([
'count' => 20,
'order_by' => 'sent',
'from_date' => '2010-01-01'
]);
$foldersApi->search($searchOptions);
$envelopesApi = $this->cl
Community Discussions
Trending Discussions on docusign-rest-client
QUESTION
In my Laravel application I am sending DocuSign envelopes with this package: https://github.com/Tucker-Eric/Laravel-Docusign which works nicely.
This application also using the "Polling" method to check for changes to envelopes.
To accomplish this I grab the envelope IDs from various different models and then pass these IDs to DocuSign's listStatusChanges()
method which takes an amount to check and an array of envelope IDs.
If the status comes back as completed I use another method getDocument()
to download the signed document.
Here is the job that runs every 15 minutes.
...ANSWER
Answered 2021-Apr-03 at 08:23The only reason I'm aware of that this call in particular returns a 404 response is if the request includes a specific list of envelopeIds over a certain number. The older versions of our SDKs and a lot of customer solutions add these envelopeIds to the request in the form of URL Parameters. I found when testing this that when I approached or went over ~49 envelopes the response changed from a 200 to a 404.
Looking at the provided code I see this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docusign-rest-client
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page