Our website use cookies to improve and personalize your experience and to display advertisements(if any). Our website may also include cookies from third parties like Google Adsense, Google Analytics, Youtube. By using the website, you consent to the use of cookies. We have updated our Privacy Policy. Please click on the button to check our Privacy Policy.
Blog Post

Helix REST API Endpoints

The Helix ALM REST API has several endpoints that developers can use for interfacing with their organization’s Helix ALM instance. The wide variety of endpoints provide many possibilities for developers to create tools or scripts to aid in their organization’s workflow, with few limitations.

The REST API is available at:

				
					https://{organization}:{port}/helix-alm/api/v0/
				
			

and the Swagger UI interactive documentation tool is available at:

				
					https://{organization}:{port}
				
			

where {organization} is the address of the REST API server.
The address can be configured in the JSON configuration file of the REST API, typically located at:

				
					../Perforce/Helix ALM/helix-alm-rest-api/config/config.json
				
			

on the server that is running the Helix ALM instance.

To learn more or get help from our experts, contact us at your earliest convenience. We’re excited to see what you will build!

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts