groups by "TAG", "DATE", "description"

Hello everybody!

I can’t find the filter groups by “TAG”, “DATE”, “description” in the API documentation.

Through the website it is possible

2

data = {
        "dateRangeStart": dateI,
        "dateRangeEnd": dateF,
        "summaryFilter": {
            "groups": ["TAG", "DATE"],
            "sortColumn": "GROUP"
            },
        "sortOrder": "ASCENDING",
        "exportType": "PDF",
        "users":{
            "ids":  [userid],
            "contains":"CONTAINS",
            "status":"ALL"
            },
        "clients":{
            "ids":  [clientid],
            "contains":"CONTAINS",
            "status":"ALL"
            }
        }

Hi Bruno!

Welcome to the Clockify forum.

You can set the grouping options for description as TIMEENTRY under the “groups” in “summaryFilter” (kindly see attached as an example of 3 groupings set)

group by summary api

Hope this helps!
Cheers!