Skip to main content
Skip table of contents

readRestResponse

Versionshinweise

21.2.02. 22.1.00

Code

GROOVY
Object object = RestUtils.readRestResponse(IRestResult restResponse);

Beschreibung

Liefert das Ergebnisobjekt aus dem REST Ergebnis.

Parameter

  • restResponse - Das REST Ergebnis.

Rückgabe

Das Ergebnisobjekt.

Beispiele

GROOVY
IRestResult restResponse = RestUtils.toRestResult(postResponse, List.class);
List object = RestUtils.readRestResponse(restResponse);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.