Thanks @john-paul.
I’m trying to dump the JSON response into an integration platform (Dell Boomi) where I can then map the fields to a system of record (via a SOAP API POST into batch).
Since the response has the meta data associated with the GET request (the “sort”, “filtering”, and “additional_data”, the integration platform cannot distinguish between valid “transaction” data which should be integrated to the system of record and the additional GET request data which isn’t a transaction but just details about the response.
So the ultimate goal is to only return the result “transactions” array - and not include any other data.
Thanks again