No comment replies api in v4?

v2 had a way to post replies to comments with

https://api.frame.io/v2/comments/{comment_id}/replies’

This doesn’t seem to be present in v4?

Also, it seems that comment replies are not captured with the comment created webhook. Are these features in development?

Thanks!

Hi @Bdonchen you are correct, this is not yet implemented and is on the list of features to be worked on. I don’t have a timeline just yet.

Checking in on this.

Also, replies don’t come through when getting all comments for a file, correct? Essentially, replies are currently unaddressable at all via the API?

Edit: Nevermind, found them nested in the response for their parent comment!

Edit 2: Nevermind, the API reference sample response shows there should be a replies array on each comment, but I’m not seeing that property returned in production.

Edit 3: Keeping all of the above for others who might be confused lol. You can get the replies included if you add ?include=replies to the request :+1:

1 Like