Python Examples
The following examples show how to use the API to accomplish specific tasks using the default configuration.
Most of the examples assume you have the ftrack_api package imported and have already constructed a Session:
import ftrack_api
session = ftrack_api.Session()
and many more... |