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!