Grid View Download (Excel)

This documentation is for LiquidPlanner New: next.liquidplanner.com

Download a Project, Task or Assignment grid into an Excel file that includes all available columns and uses the All Projects or All Tasks status filter.

GET a grid with row type set to Task:

https://next.liquidplanner.com/api/workspaces/<workspaceId>/datagrid/v1/grid/task/xlsx

GET a grid with row type set to Project

https://next.liquidplanner.com/api/workspaces/<workspaceId>/datagrid/v1/grid/project/xlsx

GET a grid with row type set to Assignment

https://next.liquidplanner.com/api/workspaces/<workspaceId>/datagrid/v1/grid/assignment/xlsx

Supported Methods

GET

Filter Options

Apply the filter string to the endpoint URL. Values are case sensitive for enum strings as noted below.

Filter attributeField typeDescriptionFilter stringNote
hasAncestornumberUse this filter to download the grid view of a specific Package or a Project by its ID?hasAncestor[is]="211608"
anyAncestorPackageStatusenum string (scheduled, done, backlog)Use this filter to download the grid view from an entire collection?anyAncestorPackageStatus[is]="scheduled"Value is case sensitive