Report API

I’m trying to get a details report via API

The output will be:

All activities without tags and all the activities with empty custom filled type CHECKBOX

I’m doing this call but I’m not getting the correct output
{
“dateRangeStart”: “2022-01-01T00:00:00.000Z”,
“dateRangeEnd”: “2022-06-01T00:00:00.000Z”,
“summaryFilter”: {
“groups”: [
“PROJECT”,
“TAG”,
“USER”
]
},
“detailedFilter”: {
“page”: 1,
“pageSize”: 1000
},
“tags”: {
“ids”: [“623afafa07691e50021fcc47”],
“containedInTimeentry”: “DOES_NOT_CONTAIN”,
“status”: “ALL”
},
“customFieldParams”: [
{
“id” : “623c4484d2cf9c1a2480d4a4”,
“status”: “ACTIVE”,
“type”: “checkbox”,
“entityType”:“TIMEENTRY”,
“value”: false

}

]

}