Magidoc

getTimesheetReportingRows
Query

Used for Reporting in "Timesheets" app.

Access: It requires user access.

Errors: Returns [] if not logged in, or doesn't have access to reporting, or this feature is disabled

Arguments

#

workspaceId

ID !
Non-null

associated workspace

startDate

Non-null

start of period for which data should be retrieved.

endDate

Non-null

end of period for which data should be retrieved.

grouping = [ "CONTAINER", "SUBMITTER" ]

group by

groupBy = "MONTH"

group by period

columns = [ "hours", "estimate", "billable", "utilization", "utilizationTarget", "budget", "remainingBudget" ]

fields for result

selectedFilters

filters

Response

#

Returns [ JSONObject ].

Example

#

    
  

3

    
  

3

    
  

3