docs/WorkforceManagementApi.md in purecloudplatformclientv2-6.0.0 vs docs/WorkforceManagementApi.md in purecloudplatformclientv2-7.0.0

- old
+ new

@@ -108,11 +108,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. begin #Get activity codes corresponding to a management unit result = api_instance.get_workforcemanagement_managementunit_activitycodes(mu_id) @@ -124,11 +124,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | {: class="table table-striped"} ### Return type @@ -167,11 +167,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. date = "date_example" # String | ISO-8601 date string with no time or timezone component, interpreted in the configured management unit time zone, e.g. 2017-01-23 begin @@ -185,11 +185,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | **date** | **String**| ISO-8601 date string with no time or timezone component, interpreted in the configured management unit time zone, e.g. 2017-01-23 | {: class="table table-striped"} ### Return type @@ -229,11 +229,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. user_id = "user_id_example" # String | The userId to whom the Time Off Request applies. time_off_request_id = "time_off_request_id_example" # String | Time Off Request Id @@ -249,11 +249,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | **user_id** | **String**| The userId to whom the Time Off Request applies. | **time_off_request_id** | **String**| Time Off Request Id | {: class="table table-striped"} @@ -294,11 +294,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. user_id = "user_id_example" # String | The userId to whom the Time Off Request applies. opts = { recently_reviewed: false # BOOLEAN | Limit results to requests that have been reviewed within the preceding 30 days @@ -315,11 +315,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | **user_id** | **String**| The userId to whom the Time Off Request applies. | **recently_reviewed** | **BOOLEAN**| Limit results to requests that have been reviewed within the preceding 30 days | [optional] [default to false] {: class="table table-striped"} @@ -360,11 +360,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. begin #Get agents in the management unit result = api_instance.get_workforcemanagement_managementunit_users(mu_id) @@ -376,11 +376,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | {: class="table table-striped"} ### Return type @@ -664,11 +664,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. opts = { body: PureCloud::IntradayQueryDataCommand.new # IntradayQueryDataCommand | body } @@ -683,11 +683,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | **body** | [**IntradayQueryDataCommand**](IntradayQueryDataCommand.html)| body | [optional] {: class="table table-striped"} ### Return type @@ -727,11 +727,11 @@ config.access_token = @authToken end api_instance = PureCloud::WorkforceManagementApi.new -mu_id = "mu_id_example" # String | The muId of the management unit. +mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user. opts = { body: PureCloud::UserListScheduleRequestBody.new # UserListScheduleRequestBody | body } @@ -746,10 +746,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **mu_id** | **String**| The muId of the management unit. | + **mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | **body** | [**UserListScheduleRequestBody**](UserListScheduleRequestBody.html)| body | [optional] {: class="table table-striped"} ### Return type