Groovy (Low-code)SDK Functions (Groovy)RESTLast Requestrest.getResponseOn this pagerest.getResponse rest.getResponse() Description Retrieves the response from the last request. Example http = option.restres = http.get(url)res2 = http.getResponse()