Query to return all items, and subitems, with the status, start data, end date, due date

Got it! Thanks for clarifying.

In this case, you can include all of the column IDs for the column_values you’re looking for by inserting them in an array. Here is an example of what this query would look like:

image

One thing to keep in mind is that because you’re looking to retrieve a lot of data, you will most likely run into a complexity issue and will need to implement pagination and limiting. For more information, check out these threads: