Workspace Changes (LP Classic)

This documentation is for LiquidPlanner Classic: app.liquidplanner.com

You can fetch a list of changes using the changes method on workspaces. This is useful for detecting modifications to your LiquidPlanner Classic workspace (i.e. by polling).

Note that we also support [webhooks]([https://developer.liquidplanner.com/docs/configuring-and-using-webhooks] (push notifications), which are preferable for efficiency and latency reasons.

% curl https://app.liquidplanner.com/api/v1/workspaces/:id/changes

Optional parameters:

ParameterValue
limita number specifying how many changes to return, capped at 1000
sincea datetime (in ISO8601 format) indicating the earliest change to return

Example:

% curl https://app.liquidplanner.com/api/v1/workspaces/:id/changes?since=2018-08-01T00:00:00Z