LEAPWORK's Public Rest Api enable users to integrate LEAPWORK with a third party system. The Public Rest API is hosted on controller machine and can be accessed by navigating to URL http://myLeapworkController.dom:9001/api/v3.
Kindly refer the various integration examples for HP Quality Center, Jenkins, Jira and TFS. However, the PowerShell script provided in the articles can’t be simply copy-pasted, as it requires a unique schedule Id.
User needs to fetch the "Schedule Id" manually and use in the scripts. Please follow below steps to find the Schedule Id manually:
- Explore the LEAPWORK Schedule endpoint by going to this url: http://localhost:9001/api/v3/schedules if you have the Controller installed on your own computer.
- Click here to read more about Get All Schedule Endpoint
- Now fill the API access Key and hit button "Try it out" to make the call
- Look inside the response body for the title of schedule. Just below the "Title" of the Schedule, User can see the value for "Id" which is the required Schedule Id. This Schedule Id can be directly used inside the PowerShell scripts as explained above.
For any clarification, please contact our Priority Support.
Comments
0 comments
Please sign in to leave a comment.