Get signing document status
Faster short query for a document status
Path Parameters
- docId string required
ID of document
Responses
- 200
operation successful
- application/json
- Schema
- Example (from schema)
Schema
- archived boolean
- resource_uri string
- status integer
Possible values: [
4
,5
,10
,15
,20
,30
,35
,39
,40
,50
,60
]Signer status options:
- 4 - unsent
- 5 - scheduled to be sent
- 10 - sent
- 15 - email opened
- 20 - visited
- 30 - fields complete
- 35 - fields complete ex signature
- 39 - waiting for witness to complete
- 40 - signed
- 50 - downloaded
- 60 - rejected
- download_final boolean
- tag string
- tag1 string
- tag2 string
{
"archived": false,
"download_final": false,
"resource_uri": "/api/v1/status/f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0/",
"status": 10,
"tag": "contract2020",
"tag1": "userRef",
"tag2": "otherRef"
}
Loading...