devkike | 2023-08-16 11:28:11 UTC | #1
Hello,
Can you help me extract the endinglanguage and the startinglanguage the api used is /details/query
example without data: $.participants[0].sessions[0].segments[0].flow.endingLanguage
What would be the correct way? I have tried several combinations and there is no data and it is not because of the query.
Thnks
Charaf | 2023-08-16 12:01:52 UTC | #2
Hi @devkike,
Below, an example of how I extracted the properties startingLanguage and endingLanguage from the response returned by the API:
POST /api/v2/analytics/conversations/details/query
I created two output arrays variables:
Here is the configuration of the translation map used:
Below the results:
Best regards,
Charaf
devkike | 2023-08-16 12:33:29 UTC | #3
thank you very much, i got it
system | 2023-09-16 12:34:18 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 21541