Forum Discussion
- OlivierSLithium Alumni (Retired)
2 options I can think of:
1- if you manage to find a metric in Admin/metrics returning what you want, you could use the API v1 metric/name method (you can filter using start_time / end_time).
2- you use the API v2 "SELECT * FROM messages WHERE board.id='tutoriel'" (unfortunately you can't filter by date) and loop through the result until the last_post_date is greater than 7 days ago.
Related Content
- 2 years ago
- 2 months ago
- 2 years ago
- 2 days ago