Hoping somebody can help me.
I have connected my external app to ESPO through the API, which is working fine.
However, I am creating a catalog, and I want to pull the image I have added to my record as a URL to display in my second app.
In my API Response there are the following two fields:
- imageID https://tutuappx.com/ Vidmate
- imageName
How do I access the image with these fields? For example, I want to be able to access using img src = https://my_espo_domain/path/to/images/[imageId] or [imageName]
Any ideas?
I have connected my external app to ESPO through the API, which is working fine.
However, I am creating a catalog, and I want to pull the image I have added to my record as a URL to display in my second app.
In my API Response there are the following two fields:
- imageID https://tutuappx.com/ Vidmate
- imageName
How do I access the image with these fields? For example, I want to be able to access using img src = https://my_espo_domain/path/to/images/[imageId] or [imageName]
Any ideas?
Comment