Forum Discussion
Hi shravani did you try below API
SELECT * FROM images WHERE owner.id = '31'
Here is the documentation
- srujanayeruvakaChampion
Hi shravani,
Can you be more specific as to where the users are able to provide image URL? Is it in the Rich Text Editor, profile page (Add Image) or else where?
Thanks,
Srujana.
- shravaniGuide
Hi srujanayeruvaka,
The user is uploading it in Rich Text Editor even though he does not have any permission and these images are visible in OOTB components. I need an API which will give me these images as well.
- srujanayeruvakaChampion
shravani - I believe there is no API to retrieve such externally hosted images (to the best of my knowledge). You may have to get the list of all messages posted by the user and parse each message body to fetch the image URL.
I would still wait to hear for a better/correct answer to your query from the other more knowledgeable members of this community! :)
Thanks,
Srujana.