LiquidPlanner Classic Forum

Ask a Question
Back to All

Filtering API Request for Type = Task

Posted on behalf of Jeff Huth. Original posting date 2013-06-13.

I would like to be able to filter server-side to get all of my recent Tasks. I only want Tasks (and not Alerts, nor Events). Is there a way to filter on the "type" attribute so that I only get type=Task?

Here is my current curl request that returns Tasks, Events, and Alerts.

https://app.liquidplanner.com/api/workspaces/[workspace.id]/tasks?filter[]=owner_id=[owner.id]&filter[]=is_done%20is%20false&filter[]=is_packaged%20is%20true&filter[]=earliest_start%20within%2010