API Support & FAQ

Ask a Question
Back to all

API does not return Tasks when in a Folder

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"'}