- docs
Word-document(s) to get info about and excel document with data- contentType
mime type of content - src
url of content Word, Excel - lastModified (optional)
Date/Timesrcis last modified
IflastModifiedis missingsrcis always downloaded; if not, the cache is checked.
- contentType
example
...
"docs": [
{
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"src": "https://api-docs.share-enterprise.nl/testdata/docs/RefTest.docx",
"lastModified": "2020-01-28T09:00:00"
},
{
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"src": "https://api-docs.share-enterprise.nl/testdata/docs/RefTest1.xlsx",
"lastModified": "2020-01-06T09:00:00"
}
]
...