Forum Discussion

sejago's avatar
sejago
Guide
4 years ago

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...
  • MattV's avatar
    4 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.

  • MattV's avatar
    MattV
    4 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