Trying to surface Version IDs to be able to List comments in Fusion

Hey Team!

I’ve been trying to create an API call that surfaces the Version ID so I can use that Version to list the comments on the video. But currently I cannot do this and it doesn’t look like it’ll be available in open beta until July. Is there any other options available for me to list comments on videos?

The end goal is to create a Fusion scenario where I grab comments from Frame and if they meet specified filters in Fusion, it’ll pass them to Workfront.

Any help or advice is appreciated even if it is that I have to wait until July.

hi @nholmquist you can use the the “List folder Children” route you can get the id for the head version (see line 13 on attached screenshot) which you could then use in the subsequent "List comments" route to be returned the comments for that asset.

This will include any of the comments related to the most recent asset in a Version Stack, which is always the latest version unless someone were to reorder the stack. Getting comments on different versions of the version stack is not yet supported.