Skip to main content
Question

Need inventory of PowerForm fields within an account

  • December 16, 2024
  • 2 replies
  • 25 views

Forum|alt.badge.img+2

We have built dozens of PowerForms over the years and want to do a comprehensive inventory of the fields within the PowerForms. We are wanting to retrieve the field names, field types and if the fields are required for all PowerForms. Is this possible via API?

2 replies

Hengfeng Ge
Rising Star
Forum|alt.badge.img+12
  • Rising Star
  • 517 replies
  • December 16, 2024

could you try list of Powerforms whether can find the fields in the result.

https://developers.docusign.com/docs/esign-rest-api/reference/powerforms/powerforms/list/

/restapi/v2.1/accounts/{accountId}/powerforms

 

FreeLink/甫连信息

🌍 Docusign Partner | Partner Profile

🏆 Docusign 2024 APAC Reseller Growth Partner of the Year

🌟 The only Docusign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant.

📊 Docusign Community Leaderboard Top 5 contributor.

🚀 Expertise in Docusign integrations with on-premises systems for leading enterprises across various industries.


Forum|alt.badge.img+4
  • Conversation Starter
  • 26 replies
  • December 17, 2024
Hello Meyercdll,
 
Thank you for contacting Docusign Developer Support. 

You can use our PowerForm list call to get the list of PowerForms, 

listPowerForms | REST API | Docusign

then, since all PowerForms are linked to a Docusign Template, you can use the templateID to get a list of fields in the Template:

TemplateDocumentTabs Resource | REST API | Docusign

 
Best regards,
 
Adrian | Docusign Developer Support