In my body return:
{
"status": "OK",
"msg": "",
"data": {
"events": {
"1-7396679c-4597-4253-9b8e-f135017c791c": {
"event": "verbose"
},
"2-ee86609a-5c86-4662-a94d-9d4c0e3c836d": {
"event": "verbose"
},
"3-49caf28d-5d68-4606-b487-0284d05ecbc0": {
How can I setEnvironmentVariable about the first events attribute ("1-7396679c-4597-4253-9b8e-f135017c791c"). I didnt find any information because its always about the value but not the attribute.
How, for each attribute events value, setEnvironmentVariable (like a while for all the events attributes)
Thanks for your answer,