Hello,
I use the REST API to read via Python the protection report (XML).
Now the output of this report describes first the columns and in the next session the records. I use normally xml.etree.ElementTree, to read xml contend, but for this looks not useful, what is the easiest way to get this formatted output in dict or in a list. sorry i am new in python scripting.
regards Jürgen