You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str mu_id: The muId of the management unit. (required)
220
+
:param str mu_id: The muId of the management unit, or 'mine' for the management unit of the logged-in user. (required)
221
221
:param str date: ISO-8601 date string with no time or timezone component, interpreted in the configured management unit time zone, e.g. 2017-01-23 (required)
222
222
:return: WfmIntradayQueueListing
223
223
If the method is called asynchronously,
@@ -301,7 +301,7 @@ def get_workforcemanagement_managementunit_user_timeoffrequest(self, mu_id, user
301
301
302
302
:param callback function: The callback function
303
303
for asynchronous request. (optional)
304
-
:param str mu_id: The muId of the management unit. (required)
304
+
:param str mu_id: The muId of the management unit, or 'mine' for the management unit of the logged-in user. (required)
305
305
:param str user_id: The userId to whom the Time Off Request applies. (required)
306
306
:param str time_off_request_id: Time Off Request Id (required)
307
307
:return: TimeOffRequest
@@ -391,7 +391,7 @@ def get_workforcemanagement_managementunit_user_timeoffrequests(self, mu_id, use
391
391
392
392
:param callback function: The callback function
393
393
for asynchronous request. (optional)
394
-
:param str mu_id: The muId of the management unit. (required)
394
+
:param str mu_id: The muId of the management unit, or 'mine' for the management unit of the logged-in user. (required)
395
395
:param str user_id: The userId to whom the Time Off Request applies. (required)
396
396
:param bool recently_reviewed: Limit results to requests that have been reviewed within the preceding 30 days
0 commit comments