We need to download a document we’ve uploaded to a Board using API, but couldn’t find any reference to how accomplish that.
When I retrieve the results, I get this data in JSON format:
[value] => {“files”:[{“name”:“monday Doc”,“fileId”:“xxx”,“isImage”:“false”,“fileType”:“MONDAY_DOC”,“objectId”:2335538956,“createdAt”:1645646169725,“createdBy”:“22375823”,“linkToFile”:“https//xxx.monday.com/docs/2335538956”}]}
(I’ve changed some of the data above for privacy.)
Is there a way to initiate the download of the Word document when accessing https//xxx.monday.com/docs/2335538956 ? Or perhaps a way to retrieve a temporary public download URL the same way you have with picture assets?