Please create API Endpoint for Agent Bases time_accounting

Hello dear developers. Can you please create an API Enpoint for evaluating time bookings for an AGENT-based evaluation.

With a simple SQL query such as

select *
from ticket_time_accountings
WHERE ticket_time_accountings.created_at
BETWEEN “2021-10-0” AND “2021-10-31”
AND created_by_id = 3

I can e.g. evaluate the times for a certain agent.

It was asked several times for such an evaluation and I can not understand why you have not yet implemented this in the API.

This topic was automatically closed after 416 days. New replies are no longer allowed.