2015-06-17 6 views
5

Von den DocuSign "API-Anforderungen Informationen":Welche DocuSign API-Anfragen sind frequenzbegrenzt?

>[Y]our API certification review involves verifying that you do not exceed 1 status request per unique envelope per 15 minutes for polling compliance for the following methods: ... 
>REST API: GET /accounts/{accountId}/envelopes 

Ist dies der einzige REST-Endpunkt, der begrenzt ist? Darf ich häufiger Anfragen an andere Endpunkte (zB: GET /accounts/{accountId}/envelopes/{envelopeId}) stellen?

+0

Mögliche Duplikate von http://StackOverflow.com/Questions/30904113/Stringency-of-Docusign-Certification –

+0

Ich bin der Autor der Frage, die Sie verknüpft haben. Ich denke, das ist eine andere Frage, wenn auch über den gleichen API-Endpunkt. Die Zusammenführung der Fragen wäre noch schlimmer. –

Antwort

3

Zum DocuSign Developer Center ->Documentation und unter der Zertifizierung Docs Abschnitt finden Sie in der PDF "Sicherheit & Design-Anforderungen" betitelte

Aus dem Dokument:

DocuSign has imposed a default 1,000 API call per hour limit for each account. This limit ensures resource availability for all account holders, while reducing the chances of a denial of service (DOS) attack. Exceeding this limit will result in your API calls receiving an exception for up to 60 minutes. However, the call limit is the default setting and not a service limitation. When evaluating your integration, if you feel the API call per hour limit will restrict your application’s usage based on anticipated volumes, please contact DocuSign to discuss further options. Additionally, your API certification review involves verifying that you do not exceed 1 status request per unique envelope per 15 minutes for polling compliance for the following methods:

SOAP API: RequestStatus, RequestStatusEx, RequestStatuses, RequestStatusesEx, RequestPDF and RequestDocumentPDFs.

REST-API: GET /accounts/{accountId}/envelopes

Gemäß dem Zertifizierungsdokument sind dies die einzigen eingeschränkten Endpunkte für jede API.