API tranport faults array

Hi,

can you assist in setting passing {foreach %faults} array in API transport? I can’t manage to make it work. Other variables like title, state, rule-name are being send fine, only faults is causing problems. I have currently set url like this:

https://someUrl/dataInput.php?apikey=someApiKey&title=%title&state=%state&rule-name=%name&alertId=%uid

using POST method.

Thanks in advance

It’s in the faults array but I’m not sure how you’d use that here, just try &faults=%faults

I was trying as you suggested few times previously to set faults in url, and I do get Array value, but when I print_r it, it’s empty.

Did anyone ever get this working?