Sign-in

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

API Guide > RESTful Resources > LiquidPlanner Resources

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


The following list represents the relationship (including nesting) of the various resources available via the API:

  • Workspaces

    • Members

    • Activities

    • Tasks

      • Activities
      • Note
      • Timer
      • Comments
      • Documents
      • Links
      • Dependencies
      • Estimates
      • Snapshots
      • TimesheetEntries
    • Folders

    • Packages

    • Clients

    • Projects

    • Events

    • Milestones

Most resources nested on Tasks (including Note, Activities, Comments, Documents, Links, and Dependencies) are also found on Folders, Packages, Projects, Events, and Milestones.

TimesheetEntries are found only on Tasks, Events, and Milestones.

Timers are found only on Tasks, Events, and Milestones.

Estimates on Tasks are created directly from user input, while those on Events are calculated from the event duration, and those on Milestones are fixed at zero for low and high effort.

Estimates on Folders, Packages, and Projects are derived from their contained items.