addQueryString

addQueryString(newQueryString: String);

The addQueryString method of the JadeRestRequest class adds the string specified in the newQueryString parameter to the list of query string entries, which are used to generate the query string part of the URI during the generation of the REST request.

Specify the query string in the key=value format.

2020.0.01 and higher