Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Adobe Sign Developer Resources

Adobe Employee ,
Jul 27, 2022 Jul 27, 2022

Hey developers,

The team is now revamping the developer assets. The latest docs have a new format, look, and doc-level search. As we update the dev ecosystem, your feedback is appreciated. See https://opensource.adobe.com/acrobat-sign/developer_guide/.

 

EnterpriseHelp_0-1658936919107.png

 

 

 

1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 03, 2022 Aug 03, 2022

That's awesome!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 18, 2022 Aug 18, 2022

HI,

i'd like to see the documentation that informs a developer of what values to populate the API calls with. e.g. What are the valid values to poulate the  "signatureType" parameter with. I located somewhere it was either ESIGN or WRITTEN, but nothing what the valeus mean . Seeking this info for all available fields. the API guide ( REST API — Document e-signature Software — Acrobat Sign (adobesign.com) ) is all I can find. its missing lots of info.

 

Thanks,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 18, 2022 Aug 18, 2022

thank you for your query, @Scott24480673gm5q. The API guide / REST API documentation has the most up-to-date info. Since you were asking about the signatureType attribute, here's what you should see in  (https://secure.au1.adobesign.com/public/docs/restapi/v6#!/agreements/createAgreement😞

 signatureType (string) = ['ESIGN' or 'WRITTEN']Specifies the type of signature you would like to request - written or e-signature. The possible values are
ESIGN : Agreement needs to be signed electronically
, WRITTEN : Agreement will be signed using handwritten signature and signed document will be uploaded into the system
,

 

Its definitely not searchable which we are trying to fix with the documentation overhaul, but all the APIs on the above link should have the information you are seeking if you expand the Model object. Hope that helps!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 18, 2022 Aug 18, 2022
LATEST
Hi,
Thanks for that, I located what I required by expanding the AgreementInfo
Model. I had clicked on the Minimal Model Schema, but not just "model".

thanks.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines