Sign-in

LiquidPlanner
30-day free trial
30-second sign-up

API Guide > Technical Reference > The Treeitems Resource

Developer Forum - Ask the LiquidPlanner development team questions. Note that the LP iPhone app uses this same API.

API Sample Code – See the API in action then give it a try.


Enter a search term or try the Dev Forums for more answers.

LiquidPlanner uses a RESTful web service API. You can download the API Guide (PDF) for offline reference. Most actions that you can perform within the application can be automated using the API -- for example, you can create a task, comment on the task, track time against it, and then mark it done.

NEED HELP? Please post API questions in the API forums


There is a special resource for treeitems; you can use it to “blindly” show, update, or nest into any sort of item without knowing its type in advance (but not to create new items – use the standard type-specific resources).

GET /api/workspaces/:workspace_id/treeitems/:item_id
PUT /api/workspaces/:workspace_id/treeitems/:item_id
GET /api/workspaces/:workspace_id/treeitems/:item_id/comments
etc.