I know below few of the Jenkins RestAPI to execute script, schedule job and check status.
a) https:///scriptText
b) https:///job//build"
c) https:///job//job//api/json
But I want to perform more operations like get list of builds and build details, current running builds, stop build, update build etc.
Is any official documentation available for these API. I got https://wiki.jenkins.io/display/JENKINS/Remote+access+API , but its doesn't list the all API.