Magidoc

getTimeTrackingData
Query

Used for querying time tracking data in "Time-tracking" tab in "Timesheets" app.

Access: It requires user access.

Errors: Returns specific expected errors if: user doesn't have access to workspace or not logged then returns { projects: [], actions: [] }

Arguments

#

workspaceId

ID !
Non-null

related workspace

startDate

start of period for which data should be retrieved.

endDate

end of period for which data should be retrieved.

Response

#

Returns TimeTrackingData !.

Example

#

    
  

3

    
  

3

    
  

3