LiquidPlanner Classic Forum

Ask a Question
Back to All

Load all Projects and Comments at once

Posted on behalf of Awilson. Original post date 2014-03-19

I am currently using the rest api to grab all projects of a workspace, but I also want to retrieve all comments for each project. As it stand, I think I need to make an additional api call for each project to grab the comments. Is there a way to bring back the comments when i retrieve the projects?

to retrieve the projects I am using the url: api/workspaces/:workspaceId/projects

I have tried the url api/workspaces/:workspaceId/projects?include_children=all but that has not worked.

thanks