API News - November 2021

Our Documents API now supports larger files, provides a new service to request all document details, plus returns more information relating to review source.

 

Supporting large file uploads

We've added new request fields to support the processing of files larger than 100MB. The new Request Fields are UUID, CurrentPartIndex, FileSize, ChunkSize, TotalFileSize, and TotalPartsOfFile.

The Register Document API documentation contains new sections for small file and large file uploads including sample requests and responses.

 

A new All Filters service with search

A new 'All Filters List Documents' service returns the list of all documents in your organization's document register. Returned details are based on the search filters provided in the request body.

 

Review Source provides more information

The field 'Review Source', will return the specific Workflow Number, Correspondence Number, or SupplierDocPackageNumber, if it exists for the document. If no value exists it will return "None".

Available in the following APIs: List Documents, View Document Metadata, and the new All Filters List Documents service.


View the Document API documentation