With the c# api sdk it is possible to retriew all the workog items with:
AxosoftClient.WorkLogs.Get();
But is it possible to get only the worlog items which are from the current day? This will reduce a lot of data.
↧