Hello,I'm attempting to retrieve data from a REST interface that is returning a large binary object. However, when I receive it via the ServiceNow REST object and perform the response.getBody() function, I get a string representation of that object. ...