Magidoc

getTimesheetEstimatedTime
Query

Used to retrieve estimated time from action estimates for multiple containers within a date range. Returns estimated time entries that can be built into a nested structure on the client. Follows the same pattern as getTimesheetTrackedTime but uses action estimates instead of tracked time.

Arguments

#

workspaceId

ID !
Non-null

associated workspaceId

containerIds

[ID ]!
Non-null

array of container IDs to get estimated time for

containerType

Non-null

type of container (PROJECT, LEAVE)

userIds

[ID !]!
Non-null

array of user IDs to get estimated time for

startDate

Non-null

start date of the range to get estimated time for

endDate

Non-null

end date of the range to get estimated time for

Response

#

Returns [TimesheetEstimatedTimeEntry !]!.

Example

#