Jump to content

Get client review link


Alberto GZ

Recommended Posts

Is the link of a client review session callable from a expression?

In the same way that built-in attributes can get with self.name, self.status, etc.         

I have created a text type custom attribute added to asset version and I would get the client review link for that version belong to.                   
                      
                    
Thanks

Alberto

Link to comment
Share on other sites

12 hours ago, AlbertoGz said:

Anyway, would be possible get client review list from ftrack api?

If you mean querying and accessing client review items from the api/ftrack-python-api, that is absolutely possible:

session.query('ReviewSession').first()

You have more information here: http://ftrack-python-api.rtd.ftrack.com/en/stable/example/review_session.html

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...