LiquidPlanner Classic Forum
Filtering API Request for Type = Task
over 5 years ago by LiquidPlanner Support
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