i need to list all Workflows/Groups available on Server
I tried the RestAPI:
https:///knime/rest/v4/repository/?deep=true
Result is a JSON File. So far so good.
But how to extract the information from the JSON?
The JSONPath is “variable” and depend on the directory structure on the server.
Do I have to use a recursive loop or is there a better solution?
Greetings