What is the challenge? |
When I get https://yourcompany.aha.io/api/v1/ideas/endorsements?proxy=true the returned data does not contain custom fields for the proxy votes. I need to run a loop over the proxy votes to get the custom field data. |
What is the impact? |
I need to do many additional API calls to get the custom fields in the loop. This causes a heave load on the API. |
Describe your idea |
Add a flag like "include_custom_fields" with true/false options. When set to true all custom fields are returened in the output of https://yourcompany.aha.io/api/v1/ideas/endorsements?proxy=true or Return all custom fields by default - then we do not need a new flag. |