How can I get a list of the attachment files that are associated with my documents?

Follow

With NFS 1.4.2, there will now be an attachmentInfo.json file created with the data output files. This file will contain filenames and metadata about each attachment submitted with a document. This file may be useful for integration with third party software.

Example:

[
  {
    "createdDate": "2014-05-16T13:37:56.933",
    "hash": "fd5b5689be93b6c5df2124b123456789",
    "metaData": {
    "extension": "jpg",
    "modifiedHash": "4gb9ace78b89e123ceb8a12345ec4be6"
    },
    "metaDataHash": "123rff84e0ba3f686f321654a654a987",
    "mimeType": "image/jpeg",
    "Name": "A",
    "FileName": "A_1936_2592.jpg"
  },

 

Have more questions? Submit a request

Comments

Powered by Zendesk