A few questions regarding the API.
Ive read through the API docs and also viewed the examples.
Im having a few questions in the process.
1. How do I get the URL for our own vault to use the REST API against?
2. Once I have the file I need, is there a property for getting the files checksum? Other than downloading the file and then using a powershell script.
My end goal is to get all the file checksums of each file and compare the checksum against the checksums of the files on a shared folder drive thus letting me know what the similarities are.
So what attribute is the checksum. And if there isnt one, is it just a normal MD5 algorithm?
Im confused on how M-Files in particular behaves regarding the hashing.
Thank you!!