Forum Discussion
VikasB
7 years agoBoss
a) Use the same API shared in the last comment. See here https://prnt.sc/kxz7je
b) Use count specific API
Select count(*) from messages where author.id = '3' and post_time > 2018-09-21T00:15:47.369-07:00
Kev_B
7 years agoAdvisor
Great stuff, thanks both!