DocumentDataProvider
Functions
Check the current DocumentStatus of one or more documents
Delete one or more documents
Delete one or more documents by id
Download the original document image for the document represented by documentId to the saveDir folder. Only the saveDir is provided. The actual filename will be determined by this method. This method will create saveDir if it doesn't already exist. This method will fail if saveDir exists but is not a directory.
Edit the document with id - will modify the provided fields in the requestBody
Fetch a full document model by document id
Fetch a list of documents with configurable limit/search/filter parameters
Long poll / wait for the DocumentStatus of one or more documents. The api will wait until one of the queried documents' statuses has changed, or when one or more documents have reached a terminal state to respond.