Build - the name of the maintenance release build the change was introduced in.
Service - the name of the service/services which is/are affected.
Method - the name of the method/methods which is/are affected.
Message - the message that explains what was changed.
Schema changed - shows whether it is required to rebuild WSDL/XSD-generated stubs for .net, Java and other static typing languages.
TT - a link to a ticket related to the change.
Build | Service | Method | Message | Schema changed | Backward compatible | TT | Resolution for system update |
---|---|---|---|---|---|---|---|
MR97-0 | CallSimulation | apply_simulated_in_call_parameters | Extended method with 'apply_parameter_list' input field that allows user to specify exact object(s) to apply parameters used during call simulation. | Yes | Yes | YT:BA-33124 | |
MR97-0 | * | * | Adjusted faultcode related to CSRF check (check_auth.csrf_token_missed changed to check_auth.csrf_token_missing) | No | No | YT:BA-33126 | Update scripts that use faultcode check_auth.csrf_token_missed and correct it to use new one |
MR97-0 | Session | get_session_context set_session_context | Dropped euuid field from request/response | Yes | Yes | YT:BA-31209 | |
MR97-0 | Customer | get_customer_list get_customer_info | Dropped euuid field from request/response | Yes | Yes | YT:BA-31209 | |
MR97-0 | Account | release_ua | Added i_ua_link field to request. After chages method can be used to remove specific account's UA link. | Yes | Yes | YT:BA-32760 | |
MR97-0 | Account | get_assigned_cpe_ports_list | Added new method. The method enables an API user to get the information about the CPE ports that are assigned to the account. | Yes | Yes | YT:BA-32760 | |
MR97-0 | Customer | get_assigned_cpe_ports_list | Added new method. The method enables an API user to get the information about the CPE ports that are assigned to the customer's accounts. | Yes | Yes | YT:BA-32760 | |
MR97-0 | Account | assign_cpe_ports_list | Added new method. The method enables an API user to assign a CPE device ports to an account. | Yes | Yes | YT:BA-32760 | |
MR97-0 | Account | update_followme_number_list | The method now rearranges follow-me numbers in the order defined by the input list. | Yes | Yes | YT:BA-33441 | |
MR97-0 | Session | refresh_jwt_token | Method was renamed to refresh_json_access_token | Yes | No | YT:BA-33563 | |
MR97-0 | Session | jwt_login | Response field jwt_access_token was renamed to json_access_token | Yes | No | YT:BA-33563 | |
MR97-0 | Session | logout | Added input fields: json_access_token. Allow to logout user by json_access_token. | Yes | Yes | YT:BA-33274 | |
MR97-0 | Session | get_json_access_token_lifetime | The method was created. | Yes | Yes | YT:BA-33274 | |
MR97-0 | Session | ping | Added input fields: json_access_token. Allow to check session by json_access_token. | Yes | Yes | YT:BA-33468 | |
MR97-1 | Customer | get_prompt_file get_callqueue_prompt_file get_callqueue_moh_file get_huntgroup_info get_customer_extension_info | Added new input field: codec. "codec" enables retrieving audio data in a specific codec/format. Supported codecs may vary between methods. | Yes | Yes | YT:BA-32679 | |
MR97-1 | MOH | get_moh_file | Added new input field: codec. "codec" enables retrieving audio data in a specific codec/format. Supported values are "a_law", "u_law", "g729", "g723", "wav". | Yes | Yes | YT:BA-32679 | |
MR97-1 | TraceSession | send_to_rt | Switched to "asynchronous only" mode. | No | No | YT:BA-34300 | Update code that uses the method to send the request in "async" mode. |
MR97-1 | Generic | get_config_data | Added "SIP.AllowIncomingLateOAM" field to the output that corresponds to the allow_incoming_late_oam option. Contains list of virtual IPs of SIP clusters and enabled flag of the option. Available for the admin realm only | Yes | Yes | YT:BA-33927 | |
MR97-1 | TraceSession | get_log_info | Added new input field: with_log_message_list. "with_log_message_list" is enabled by default. When disabled the "log_message_list" is not provided in the response. | Yes | Yes | YT:BA-26971 | |
MR97-1 | Account | add_subscription (input) update_subscription (input) get_subscriptions (output) | 'discount_rate' and 'discount_amount' fields have been marked as deprecated. They are no longer supported for new records and could only be set or obtained for subscriptions assigned before the update. | Yes | Yes | YT:BA-34357 | Consider using 'regular_discount_list'/'upcharge_list' fields instead. |
MR97-1 | Customer | add_subscription (input) update_subscription (input) get_subscriptions (output) get_accounts_subscriptions (output) | 'discount_rate' field has been marked as deprecated. It is no longer supported for new records and could only be set or obtained for subscriptions assigned before the update. | Yes | Yes | YT:BA-34357 | Consider using 'regular_discount_list'/'upcharge_list' fields instead. |