I'm working on APIGEE Extensions( GCS, Firebase, Stackdriver). I can successfully POST and DELETE documents data from Firebase. I'm facing issues while retrieving data from Firebase and GCS. Response returned as "com.apigee.flow.Variables@18f41b8a". Debugged through trace and JavaScript(to check response stored on <Output> variable).
Any help or pointers would be greatly appreciated.
Solved! Go to Solution.
Extension response objects are in JSON format. There are two options for how the policy handles the JSON:
"messageId" : 12345;
and you name your output variable extensionOutput
, you can access that message ID in other policies using the variable {extensionOutput.messageId}
.https://docs.apigee.com/api-platform/reference/policies/extension-callout-policy#output_attributes