GET /Documents?[lastcheck=2019-11-30T09:30:10Z]

This method is called from the Therefore™ Content Connector during polling.

It returns a list of signed and rejected documents.

Request

Query parameters:

Parameter Name Description

lastcheck

The last time polling was conducted for this eSignature provider configuration. Useful to query changes on documents from the provider to not get too many results returned. May not be supported by the eSignature provider.

Value is sent in UTC.

Response

Sample body:

Copy
{
"readyCompleted": 
[ "2345" , "2346" ],
"readyDeclined": 
[ "2347" , "2348" ]
}
Parameter Name Type Description

readyCompleted

List of Strings

The documents that have been successfully signed. Each value is a document id.

readyDeclined

List of Strings

The documents where the signing process was canceled. Each value is a document id.