Houssam Posted March 29, 2022 Report Share Posted March 29, 2022 In the Gantt tool, we can create task links and assign them some attributes (start-to-finish, lag). I wish to manage these links myself through the API - is it currently possible? Using the network tab in the browser, I can see these changes being recorded as an entity of type 'dependency', but it isn't listed in the API schema reference and my attempts to target it through the python API client fail. Any ideas of what I can do here? Link to comment Share on other sites More sharing options...
Houssam Posted April 7, 2022 Author Report Share Posted April 7, 2022 Thanks, I understand now how to get the link data from the API. I am also interested in the Type and Lag values that are available to us on the site - do we have access to these from the API? They don't seem to be part of the TypedContextLink. I have checked the metadata dictionary that is attached to it but it's empty. Thanks Link to comment Share on other sites More sharing options...
Houssam Posted April 28, 2022 Author Report Share Posted April 28, 2022 Hi Andrew We have a customer who uses ftrack to manage their projects but wishes to use an external system to help with automatically scheduling tasks. Having these extra details will help us have a more accurate timeline to assist with this type of scheduling. Thanks Link to comment Share on other sites More sharing options...
MeadowEstrada Posted April 8 Report Share Posted April 8 Managing Gantt task links through the API sounds like a great idea for customization. It seems like the 'dependency' entity you're seeing in the network tab could be related to task links, but if it's not listed in the API schema reference, there might be some limitations.One approach you could try is to reach out to the support team of the Gantt tool or the API provider. They might be able to provide you with some insights or updates on the API capabilities related to task links.If you're interested in exploring more about API usage and development, you can check out https://planfix.com/teams/product/ for resources and discussions. Keep experimenting, and hopefully, you'll find a solution that works for you! Link to comment Share on other sites More sharing options...
Lorenzo Angeli Posted April 8 Report Share Posted April 8 Hi @MeadowEstrada , the information you are after I believe are under the various TypedContext entities. maybe this action example can help you out. let us know ! Cheers. L. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now