List document elements
Retrieves all elements that currently exist on the specified document within the specified package.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
"00000000-0000-0000-0000-000000000000"
The target document's unique identifier A document's unique identifier
"00000000-0000-0000-0000-000000000000"
Response
OK
- Signing field
- Check box field
- Text box field
- Radio group
A field that can be signed by an actor
the type of element ( the discriminator of the different types of elements, for the moment there's just one! )
SigningField, TextBoxField, CheckBoxField, RadioGroup An element's unique identifier
"00000000-0000-0000-0000-000000000000"
Is null when no actor has been assigned to this field yet
"00000000-0000-0000-0000-000000000000"
The status of a document element
Pending, InProgress, Rejected, Failed, Finished, Refused External reference to this resource set by the calling application. NSEV does not use this value itself. When filtering packages, this matches the package-level external reference only, not document or field references.
256where an element is placed
The signingmethod that was used to sign this signingfield
An NSEV signing method
The size of an element in points. The minimum width and height depend on the element type - a signing field must be at least 50 × 30, other elements at least 10 × 10. See the Field positioning guide.