Beginner question: Rest API GET request with shopify-php-api always has empty response body

I was meanwhile able to solve it. I need to access

$result->getBody()->getContents();

to get the content of the response. Thanks.