Forum Discussion
Payal
8 years agoDirector
Hi 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!!
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!!
rahulsrao24
8 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.