Workspace Comment Stream (LP Classic)

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

You can fetch a list of recent comments from LiquidPlanner Classic (matching those displayed on the "Home" page) using the comment_stream method on workspaces. The item commented upon is embedded in the comment.

To get (up to) 100 comments within the previous week, do:

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

Optional Parameters:

ParameterValues
for_meif true then only return comments directed at me or on owned or watched items, default false
ignore_mineexclude comments made by me, default true
start_datestart of recent period, default 7 days before the end_date
end_dateend of recent period, default now
limitmax number of comments to return, default 100