Shotgun API: List all available Task templates

Hi there,

what is the sg.find() syntax in order to list all available task templates?

Thanks,
Manu

Never mind, this does the trick:
sg.find(“TaskTemplate”, , [“code”])

1 Like