Unanswered
May I Know How To Get Task Urls, Task_Name And Project_Name From Task_Id And Project_Id ??
I Tried
DrabCockroach54 this is not yet supported in the APIClient. You can use the client.session.send_request()
to send this if you'd like.
Getting object descriptions from IDs is usually done using the get_all
endpoints for the related service (i.e. tasks.get_all
for a task, projects.get_all
for a project etc.)
150 Views
0
Answers
2 years ago
one year ago