| I am trying to find out a jenkins API that will give me the list of all the views present in jenkins. Second, i am trying to get the list of all the jobs inside a particular jenkins view. I found this API that gives s me the list of all the jobs inside the view https://<jenkins-instance>/view/<view-name>/api/json but this does not list out the job names that are inside a folder in this view, it just gives me the folder name. Can someone suggest if there is any API as per my requirement. |