Sign-in

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

API Guide > RESTful Resources (4 entries)

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


  • If you want to … Then you should … fetch all instances of the resource  ...
  • Resources (except for your account and workspaces themselves) are scoped by or nested within a workspace. This scoping is represented in the request path, so e.g. to list the tasks in ...
  • When creating or updating a resource, the API requires a request parameter with the same name as the resource (in the singular form), whose value is a hash of the resource’s ...
  • The following list represents the relationship (including nesting) of the various resources available via the API: Workspaces  ...