I’m using the API with Google Data Studio to create dynamic Time Tracking reporting. However, though the time entry has the task, the task data returned for time entries does not have any Space, Folder nor List info (id and name). This essentially means I have to pull down all the tasks separately each time anything is refreshed in order to get those related data (the cache available in Data Studio is tiny). Also, when data for tasks is pulled separately, it has the Space Id but not the Space Name, so I also have to pull all the Spaces to get at the Space Name. This is not workable long term.
I’d like to request the ability to get Space, Folder and List information (name and id) associated with the task when getting time entries.