API to fetch model information
Hi.
I have a rapidminer studio and server instances running. Post configuring a process on Studio, I store the processes on RM server.
I want to know if there are API's available to fetch list of all processes stored on server or to fetch information about a process on the server.
Regards
Answers
-
That's an interesting question indeed. If you add decscriptions to the top level of the process, the XML generates a <description>this is text</description> field. I wonder if a seperate process could be built with a Read XML operator that iterates using a Loop over a repository where those processes are stored, and then extracts the descriptions and names of the processes via the REST API.
I would try something like and would be interested to know if you met with success.
0