Hello,
I am trying to make an API call on Resource Management Reports API, it works fine until I pass the group_by parameter then i receive the subject error (500: Internal error) although the group_by is one of the parameters that we can pass according to the API documentation and by default if not passed its (group_by: 'project_id').
any idea how to solve this issue ?
Before passing group by parameter:
After passing group by parameter: