LiquidPlanner Classic Forum

Ask a Question
Back to All

Set a dependency

Posted on behalf of a customer. Original posting date 2015-03-17.

Could we see an example of how to set a dependency via the API please? (I'm using Python3 but any language will do)

I've tried varying combinations of both PUTing and POSTing to /tasks/<task_id>/dependencies with values for 'prerequisite_item_id' or ('prerequisite_item_id' plus 'dependent_item_id') and am getting either 500 or 404 errors, dependent on the combination.