Jump to content

query filter by parent.entity_type


Remus Avram

Recommended Posts

20 hours ago, Remus Avram said:

Hi Ftrack,

is it possible to query by 'parent.entity_type'?

Ex: session.query("Task where name is 'modeling' and parent.entity_type is 'AssetBuild' and ...')

Hi Remus, yes - this should be possible:

session.query('Task where parent.object_type.name is "AssetBuild"')

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...