Jump to Content
Smarter Drafter API
API Reference
v1.0

Smarter Drafter API
API Reference
v1.0API Reference
All
Pages
Start typing to search…

Smarter Drafter API

  • Overview
  • Authentication
  • Versioning
  • Error Codes
  • Data-Driven Automation
  • All Resources
  • Folders
    • Gets the library of client folders.get
  • Forms
    • Retrieves a form by ID.get
    • Searches for forms based on the provided filter and pagination parameters.get
    • Retrieves fields by form ID.get
  • Submissions
    • Retrieves a submission by its IDget
    • Searches for submissions based on the provided query parametersget
    • Download generated documentget
    • Download submission answer fileget
    • Creates a new submission and queue documents for generationpost
    • Update answer for a submission and fieldput
    • Submit submission and queue documents for generationput
    • Deletes a submission by its Iddelete
Powered by 

Forms

Forms are built as an automation using fields, and are sent to users to complete

ResourceDescription
GET /Forms/:id/FieldsReturns fields from a specified form
GET /Forms/:idReturns a specified form
GET /FormsSearch for forms with specified query parameters