Simplified Filtered Task JSON Data
R
Royall Headroe
There is a lot of unnecessary JSON data that is received when calling to grab all the tasks within a view.
For instance, when I want the value of a dropdown, I don't need all of the different options within the dropdown. I just need the values. The same goes for labels.
Having the JSON data received like this makes it increasingly difficult to integrate with a program such as PowerBi without an ample amount of filtering & rules.
I would propose the ClickUp API has an option to return a simplified JSON response when a conditional URI Parameter is added. Ex:
/task?page=0&filtered=1
Log In