Skip to main content
New Voice
December 16, 2024
Solved

Need inventory of PowerForm fields within an account

  • December 16, 2024
  • 2 replies
  • 78 views

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?

Best answer by Adrian Dev
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

2 replies

Hengfeng Ge
Hero
Hero
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.

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Digital Collaborator
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