Add Custom Fields to Get time entries within a date range API response
D
Duncan Green
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.
API Call to Update: https://clickup.com/api/clickupreference/operation/Gettimeentrieswithinadaterange/
Example API Call using query parameters: https://clickup.com/api/clickupreference/operation/GetTasks/#tag/Tasks/operation/GetTasks!in=query&path=custom_fields&t=request
Log In