Skip to main content

curl --location 'https://demo.docusign.net/restapi/v2.1/accounts/44a2f9ab-3470-4650-b2e6-ac8a4dfea066/envelopes/cf7b3774-9987-4833-a90f-2a66e0a1afbd/views/sender' \
--header 'Authorization: Bearer eyJ0eXAiOiJNVCIsImFsZyI6IlJTMjU2Iiwia2lkIjoiNjgxODVmZjEtNGU1MS00Y2U5LWFmMWMtNjg5ODEyMjAzMzE3In0.AQoAAAABAAUABwAAOgdG_s_dSAgAAKLLpwbQ3UgCAEz2CsEDomdHhcUDVEctjgkVAAEAAAAYAAIAAAAFAAAAHQAAAA0AJAAAADZhZTY0YTNkLTRiMjEtNGM1OC04MzU1LTA1ZGU0NTU4NzgzYiIAJAAAADZhZTY0YTNkLTRiMjEtNGM1OC04MzU1LTA1ZGU0NTU4NzgzYhIAAQAAAAYAAABqd3RfYnIjACQAAAA2YWU2NGEzZC00YjIxLTRjNTgtODM1NS0wNWRlNDU1ODc4M2I.DLenJSax1U2_6ASAm9tYR1GCqQTVj37eDJHhSURCMfNKZ2CYLWn-X-NKTVIaYF-xTA51tZtHiSXqiQI-t171Aqk6GnqEEW4oLChLFotkEBoJUvPj3UvUu_87-PDp1meJJmqzYUiOVeF2iHZijdFEWU0apBRbAujitSNyU4R7SEWAZO8i9xUq70lf0heo9qnGs1qWdlRqn5R-rady1ufdrJxlH2vKAoTsPSYCXnvImYWRZyKx5c_kndFUdBMF_JpMZsObhgDXbRH5pBT0hGgxhN1rsaJBY-RdTT_vrYCs4DVux8rduk5cnoZbGBzqK04b_IMncNXKpqqG5GFZFYoXKA' \
--header 'Content-Type: application/json' \
--data '{
  "returnUrl": "https://pms.imile.com",
  "viewAccess": "envelope",
  "allowDocumentUpload": "false",
  "settings": {
    "backButtonAction": "previousPage",
    "documentSettings": {
      "showEditDocuments": "false",
      "showEditDocumentVisibility": "false",
      "showEditPages": "false"
    },
    "sendButtonAction": "send",
    "showDiscardAction": "false",
    "showBackButton": "false",
    "showAdvancedOptions": "false",
    "showHeaderActions": "false",
    "showSignNow": "false"
  }
}'

When showEditDocuments and allowDocumentUpload are set to false, the obtained send envelope view can still upload documents. The description to the api does not match. How should this be solved

Hello,

 

My name is Sean, I am with the Developer Support team.

 

I would recommend creating a case directly through support so this can be reviewed in more detail.

 

Please provide the following to them:

  • Integration Key used to make the API calls
  • Account ID where the API calls are made from 
  • Also screenshots of what your seeing 

Reply