Integration Response Payload

When I call an integration through APIGEE the response payload contains 2 fields "EventParameters" and "outputParameters".
Is it possible to remove "EventParameters" from the payload because its content contains redundant data?

Solved Solved
1 1 129
1 ACCEPTED SOLUTION

Former Community Member
Not applicable

You right, there is duplication of information in the API at the moment. We are working on improving the APIs on the roadmap. For now, you'll have to use policies in Apigee, like the JavaScript policy to remove duplicate fields.

View solution in original post

1 REPLY 1

Former Community Member
Not applicable

You right, there is duplication of information in the API at the moment. We are working on improving the APIs on the roadmap. For now, you'll have to use policies in Apigee, like the JavaScript policy to remove duplicate fields.