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
- 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?
Thanks,
Teena
- rahulsrao248 years agoGuide
how can we extract an image from the article body using LIQL query ?
- 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!!- 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.
Related Content
- 2 years ago
- 7 months ago
- 2 years ago