dkytasaari
5 years agoAce
Is there a LiQL to retrieve all posts and content under a category
I have a category called "Getting Started / How It Works" and I would like to retrieve all of the messages and their content from the two boards that are underneath it. Based on some other posts tha...
- 5 years ago
Hi dkytasaari ,
Yes, you can get more than 25, you just need to pass the parameter limit with it.
Eg: select subject, body from messages where category.id = 'howitworks' limit 50.
Please Give Kudos if you find this post useful and mark this as Accepted Solution if this is the required solution.
RegardsTarun Kumar