Request: Ability to Use $select to Reduce Payload in APIM Reports – byRequest API
Ashish Gupta
20
Reputation points
We are using the APIM Reports – byRequest API, which returns a large JSON payload containing many fields (apiId, operationId, productId, userId, url, ipAddress, cache, apiTime, serviceTime, etc.).
To reduce payload size and avoid timeout issues, we need only two fields:
- responseCode
- backendResponseCode
Is there a way to use $select or any other query parameter in the APIM Reports API to return only these specific fields, instead of the full response object?
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Sign in to answer