We are currently storing customer names in a custom field.
We would like to retrieve any custom fields associated with tasks that have corresponding time entries. The response already includes the taskID; we just need the custom fields to be included in the response as well.
The ideal solution would be to introduce an additional query parameter, allowing us to specify which custom fields should be returned. This would be similar to other API calls where the custom field ID is used to filter the returned data.