getDataWithoutMarkup

getDataWithoutMarkup(): String;

The getDataWithoutMarkup method of the JadeRestResponse class returns a string representation of the response body, but with all XML tags removed as well as any quotes that surround the entire body.

Use this method to standardize the return of primitive values, which do not need to be de‑serialized.

2020.0.01 and higher