Use this method to retrieve all results within a date range
This method requires two dates as well as the token to retrieve all UUID's of the documents that were extracted during that date range. It doesn't matter if you've used ExtractDocument or AsyncExtractDocument since both produce UUID's nonetheless.
GetDocumentsByDateRange
POSThttps://testapi.onvision.ai/wsservice.asmx
Use this method to retrieve all results within a date range in JSON format.
Path Parameters
Name
Type
Description
TOKEN
string
Token
StartDate
string
Start date (YYYYMMDDHHMMSS format)
EndDate
string
End date (YYYYMMDDHHMMSS format)
ShowCalledBefore
integer
If the document has been called before, 1 for called. 0 for not. (Using ExtractDocument or GetDocumentByUUID always turns documents into a called state)
Use this method to retrieve all results within a date range in XML format.
Path Parameters
Name
Type
Description
TOKEN
string
Token
StartDate
string
Start date (YYYYMMDDHHMMSS format)
EndDate
string
End date (YYYYMMDDHHMMSS format)
ShowCalledBefore
string
If the document has been called before, 1 for called. 0 for not. (Using ExtractDocument or GetDocumentByUUID always turns documents into a called state)