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:
Parameter | Value |
---|---|
limit | a number specifying how many changes to return, capped at 1000 |
since | a 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
Updated over 2 years ago