getTimesheetsToApprove Query
Used for the "My approvals" tab in "Timesheets" app.
Access: It requires user access.
Errors: Returns [] if doesn't have access or user with requested userId doesn't exist
Arguments
#
startDate
Date !
Non-null
start of period for which data should be retrieved.
NOTE: Should be equal to start of the week date in requested workspace, works as an exact date match, not as a date range
endDate
Date !
Non-null
end of period for which data should be retrieved.
NOTE: Should be equal to end of the week date in requested workspace, works as an exact date match, not as a date range
Response
#
Returns [ GroupedTimesheet !]!.
Example
#
Previous
getTimesheets
Next
getUserTimeEntries