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:
Parameter | Values |
---|---|
for_me | if true then only return comments directed at me or on owned or watched items, default false |
ignore_mine | exclude comments made by me, default true |
start_date | start of recent period, default 7 days before the end_date |
end_date | end of recent period, default now |
limit | max number of comments to return, default 100 |
Updated over 2 years ago