Forum Discussion
VarunGrazitti
9 years agoBoss
TeenaFrancis - You need to make this call to fetch images from an article - /restapi/vc/messages/id/[ID]/images
Sign in to react to this post
- TeenaFrancis9 years agoAce
Hi Varun,
Thanks for the reply. My call returns like the below screen shot. How should I give images to the article so as to come in the API response?
article in edit mode.PNGimages not appearing in api response.PNG
Thanks,
Teena
Sign in to react to this post - rahulsrao248 years agoGuide
how can we extract an image from the article body using LIQL query ?
Sign in to react to this post- Payal8 years agoDirectorHi rahulsrao24,
You can extract images from the article by using following LIQL query:
SELECT * FROM images WHERE messages.id = '[ID]'
LMK if this works for you.
Thanks!!Sign in to react to this post- rahulsrao248 years agoGuide
Hello,
I tried the the query on the API browser.
The status of the query shows as Success. But the result set shows up as empty though there are images
in the body of the article.
Sign in to react to this post