v8.5
API changes shipping with NSEV v8.5. Everything below is marked
Available as of NSEV v8.5. in the API reference; check your tenant’s version (see the tip
at the bottom of this page) before relying on it.Improved endpoints:Elements
- Create element,
Create unplaced element and
Create actor - new
ComboBoxFieldelement type: a dropdown the end user picks an option from. Options carry aDisplayLabeland an optionalExportValue; the field supports aDefaultValue, anAllowCustomInputflag for free-text entry, and can be bound to an existing PDF combo box viaFieldId(the options then come from the PDF). Returned by all element and actor read endpoints. - Create element and
Create unplaced element - text box
fields accept a new
InputTypehint (Text,Date,Time,DateTimeorNumber) controlling how the text box is rendered and validated on the actor-UI-side. Defaults toText.
- Create package and
Get package - new
DefaultSigningMethodsproperty: package-level default signing methods copied onto every signing field that lacks explicitly configured signing methods, at the moment the field is created (however that happens). The property is populated only while the package is a draft and is cleared on submit. Packages created from a template inherit the source package’s defaults.
v8.4
A ground-up revamp of the Nitro Sign Enterprise Verified developer documentation: a rebuilt API
reference for NSEV v8.4: covering packages, documents, actors, elements, stakeholders,
substitutes, bulk actions, audit trails, users, and configuration. Plus new getting-started
guides, tutorials, concept pages, and integration guides.