Forum Discussion
TariqHussain
7 years agoBoss
Nav- If you are accessing articles using REST API V2, below is the query which will be helpful.
SELECT * FROM messages WHERE post_time > 2013-10-07T10:04:30-08:00 AND post_time < 2013-11-07T10:04:30-08:00 LIMIT 5
For the date format, you can use timestamp or the format I have used on above query. You can also pass the limit at the end of the query.
Below link might be helpful.
Related Content
- 6 months ago
- 5 months ago
- 5 years ago