Hi I am trying to fetch data from the TimesheetLines table with the help of odata query:
http://servername/PWA/_api/projectdata/TimesheetLines()?$select=ActualWorkBillable,TaskName
But I am getting the following exception in the logs and no results are returned
PSI: Exception while handling ODATA request: System.NullReferenceException: Object reference not set to an instance of an object. at lambda_method(Closure , OdataResultItem ),
Thanks in advance for helping