Magidoc

getTimesheetTrackedTime
Query

Used to retrieve tracked time for multiple containers within a date range. Returns tracked time entries that can be built into a nested structure on the client.

Arguments

#

workspaceId

ID !
Non-null

associated workspaceId

containerIds

[ID ]!
Non-null

array of container IDs to get tracked time for

containerType

Non-null

type of container (PROJECT, LEAVE)

userIds

[ID !]!
Non-null

array of user IDs to get tracked time for

startDate

Non-null

start date of the range to get tracked time for

endDate

Non-null

end date of the range to get tracked time for

Response

#

Returns [TimesheetTrackedTimeEntry !]!.

Example

#