curl --request GET \
--url https://sandbox.syngrafii.com/api/v1/packages/{packageId}/data \
--header 'api_key: <api-key>'{
"packageId": "<string>",
"name": "<string>",
"type": "<string>",
"state": "<string>",
"externalData": {},
"documents": [
{
"documentId": "<string>",
"packageId": "<string>",
"name": "<string>",
"fileName": "<string>",
"state": "<string>",
"data": [
{
"id": "<string>",
"dataId": "<string>",
"signerId": "<string>",
"source": "<string>",
"type": "<string>",
"value": "<string>",
"pageNumber": 123
}
]
}
]
}/packages/{packageId}/data endpoint.
GET /packages/{packageId}/data
Show values
| Value | Description |
|---|---|
| concurrent | Concurrent: Allows multiple signers to sign the document simultaneously. |
| Sequential | Sequential: Requires signers to sign the document in a specific order. |
| Counterpart | Group Send: Enables group signing, where all signers receive the document at the same time. |
| video_closing_room | Video Signing Room: A virtual room for signing documents via video conference. |
| Live Session | In Person: An in-person signing session with all parties present. |
Show values
executed and expired. In 3.6 both executed and expired packages were in an open state.| Value | Version | Description |
|---|---|---|
| draft | 1.0 | Package will be added in a draft state. Notifications will not be sent to the signer(s). You must call the send API, or the package owner must manually send the package from within iinked Sign. |
| open | 1.0 | The package will be ready for signing, and notifications will be sent to the signer(s) if enabled. |
| executed | 4.0 | The package has been fully executed by all signers. |
| expired | 4.0 | The package was not signed by the sign by date and has now expired. VSR packages will expire 7 days after their scheduled meeting date. |
| rescinded | 3.5 | The package was rescinded and is no longer available for signing. |
| select | 3.6 | Use the select state only when the package will be opened in the embedded package editor and you want the workflow to prompt the user to choose a package type. Packages in the select state will be automatically deleted if not converted to draft or open within 24 hours. |
| add | 2.9 | Use the add state only when the package will be opened in the embedded package editor and you want the workflow to function as if you’re creating a new package, rather than editing an existing one. Packages in the add state will be automatically deleted if not converted to draft or open within 24 hours. |
Show properties
Show values
| Values | Description |
|---|---|
| open | The document is open and can be interacted with. |
| failed | The document failed to process and cannot be signed. |
Show properties
curl --request GET \
--url https://sandbox.syngrafii.com/api/v1/packages/{packageId}/data \
--header 'api_key: <api-key>'{
"packageId": "<string>",
"name": "<string>",
"type": "<string>",
"state": "<string>",
"externalData": {},
"documents": [
{
"documentId": "<string>",
"packageId": "<string>",
"name": "<string>",
"fileName": "<string>",
"state": "<string>",
"data": [
{
"id": "<string>",
"dataId": "<string>",
"signerId": "<string>",
"source": "<string>",
"type": "<string>",
"value": "<string>",
"pageNumber": 123
}
]
}
]
}