LiquidPlanner Classic Forum

Ask a Question
Back to All

adding people to a task using API

(edited)

Posted on behalf of Andrew Blum. Original posting date 2018-01-12.

Greetings,

I'm new to Liquid Planner and this community.

I'm trying to leverage the LiquidPlanner API (https://app.liquidplanner.com/api) to create and manage tasks for my team.

I cannot find a way to "Add People" to an existing task.

I've looked through the this endpoint documentation (https://developer.liquidplanner.com/v1.0/reference#put_workspaces-workspace-id-tasks-id) and couldn't find a way to

I have tried to use the /track_time endpoint with the member_id payload, like this:

{"member_id":840141,"low":0,"high":0,"is_done":"true"}

The member_id given in this example is different than the member_id of the person who created the task and the person associated with the access token.

The task is updated as "done" correctly so I know that the request is being received and acted on, but there isn't a new person listed that is associated with member_id in my POST.

Any tips on adding people to an existing task using the API ?

Thanks,

Andrew Blum

CEE Training

Red Hat