Skip to main content
GET
Data
After the signers have signed their documents and the package has been finalized you can retrieve the values of all fields in the package by calling the /packages/{packageId}/data endpoint.

Request

Request

Parameters

string
required
The unique identifier of the package you want to retrieve field data for.

Response

string
Unique identifier for the package.
string
Display name of the package.
string
Package type.
string
Current workflow state of the package.
Map<string, object>
Arbitrary external data attached to the package.
object[]
List of documents along with their captured field values.