sejago
5 years agoGuide
Querying Replies In A Date/Time Range
 Hi!  New to Khoros so just trying to figure out a couple of things with their API and querying...  I am looking to see who has replied to any post in a given time frame so I have:  SELECT id, replies...
- 5 years ago
Try adding author to your select statement. You can also get other author attributes, such as the avatar by adding author.avatar to the select statement.
 - 5 years ago
The depth=0 in your query is actually going to get you root posts. If you want only replies you want depth!=0