RE: How to find Path/Location of file stored in a table
Hi DiePic ,
The CRM Domain is your CRM instance domain which you find from CRM URL and in URL end I have used entity Plural name with account record id in () to access that record related data. please see below example to get more idea.
Example:
Here I have attachment field (Datatype is File)in my account entity, now I have attached 1 document for org-2 account record. By hovering on file you will get document download link which I have highlighted in below screenshot. also you can get link by right click on file name and copy the link.

This link is in below format.
https://<CRM_Domain>/api/data/v9.1/contacts(<contact_id>)/cr947_filecontent/
Here is the result of file in base64 format which I have uploaded for account:

Hope this helps!
Thanks.
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365.