Good Morning,
is there any XPP Rest that return a json file with all XPP job path. I used the "xpp/docs/" rest api but it only returns the first level. I would need all the levels up to the division. Is it possible? Thanks

Good Morning,
is there any XPP Rest that return a json file with all XPP job path. I used the "xpp/docs/" rest api but it only returns the first level. I would need all the levels up to the division. Is it possible? Thanks
Xavier,
Sadly there is no such standard call included in the XPP REST API.
And what you did get as an return value when you is normal. You get the folder content level by level and you are supposed to drill down yourself and collect the returned paths yourself.
However all is not lost. Through the XPP REST API you can call your own custom scripts or programs. So you could write your own little script that will just returns a list of jobs that can be found on your system and call that script through the appropriate XPP REST call
Bart,
i solved using xpp/docs/" rest api with a recursive method. Thanks
Bart,
i solved using xpp/docs/" rest api with a recursive method. Thanks