2015-06-17 56 views
5

Dal DocuSign "api obblighi di informazione":Quali richieste dell'API di DocuSign sono a frequenza limitata?

>[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 

È questo l'unico REST endpoint che è limitato? Sono autorizzato a fare richieste ad altri endpoint (come: GET /accounts/{accountId}/envelopes/{envelopeId}) con più frequenza?

+0

Possibile duplicato di http://stackoverflow.com/questions/30904113/stringency-of-docusign-certification –

+0

Sono l'autore di quella domanda che hai collegato. Penso che questa sia una domanda diversa, anche se riguarda lo stesso endpoint dell'API. Unire le domande sarebbe peggio. –

risposta

3

Vai a DocuSign Developer Center ->Documentation e sotto la sezione Certificazione Documenti vedere il PDF intitolato "Sicurezza & requisiti di progettazione"

Dal documento:

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:

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

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

In base al documento di certificazione, questi sono gli unici endpoint limitati per ciascuna API.