I want to generate a top members report across all languages but I can’t see how to achieve this.
Instead i’m currently needing to generate one for each language then join them together locally.
Hope i’m missing something obvious?
I want to generate a top members report across all languages but I can’t see how to achieve this.
Instead i’m currently needing to generate one for each language then join them together locally.
Hope i’m missing something obvious?
Hi there,
For now, you can’t directly generate a single “Top Members” report file via the API that includes data for all languages in one request.
The API endpoint requires you to specify a languageId
, meaning you generate the report for one language at a time.
After downloading the report file for each language, you will need to combine the data from these individual reports on your end to get a comprehensive Top Members report across all languages.
I’ll check with the team if there’s a possibility to add languageId = all
scope; once I have some news, I’ll let you know.
Thanks @Dima - appreciate the quick response.
It will definitely make our lives a lot easier if we can avoid iterating over each language.
Hi team,
I’ve double-checked with our team, and it looks like there is a tricky moment. The languageId
is not mandatory; I have run a few calls via API, and if you don’t add languageId
in the request scheme, it downloads the report for all languages in the project.
Can you kindly try it? In case you receive any error response, please provide me with your request and the response details so I can review them on my end.