There is TimeReport resource, but trying to query this resource results in an error JsonApiClient::Errors::NotFound. In the API there is a /reports/timesheet_reports endpoint, but this gem does not have a matching resource.
My guess is that the endpoint was renamed but the resource wasn't updated to match (it looks like it was last updated 9 years ago).
There is
TimeReportresource, but trying to query this resource results in an errorJsonApiClient::Errors::NotFound. In the API there is a/reports/timesheet_reportsendpoint, but this gem does not have a matching resource.My guess is that the endpoint was renamed but the resource wasn't updated to match (it looks like it was last updated 9 years ago).