API Support & FAQ
API does not return Tasks when in a Folder
18 days ago by Mark Woodmansee
When I use the following GET api call, all of the Tasks within my Workspace are returned EXCEPT those that are in a Folder. How can I get all Tasks within my Workspace including those that are stored in a Folder?
baseURL = 'https://next.liquidplanner.com/api/workspaces//items/v1'
headers = {
"accept": "/",
"authorization" : "Bearer " + API_key
}
payload = {'itemType[is]' : '"tasks"'}