2

I would like to know the syntax for some of the API calls in ALM 12.21. I need the API reference guide for ALM 12.21. I couldn't find this elsewhere.

TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
Sujin Sam
  • 31
  • 1
  • 3

2 Answers2

3

ALM is now a product of MicroFocus.

REST API guide:

https://admhelp.microfocus.com/alm/en/12.55/api_refs/REST_TECH_PREVIEW/ALM_REST_API_TP.html

Barney
  • 1,851
  • 2
  • 19
  • 36
0

The 12.21 REST API docs can be downloaded from this page:

https://support.microfocus.com/kb/kmdoc.php?id=KM01722325

... click the Attachment link there.

This downloads a 770KB .zip that contains the HTML for the 12.21 REST API docs. If you don't want to give them a home in a web server, just unzip it and point your browser at [...]\REST\index.html (or, [...]/REST/index.html, if that's how you roll)

abject
  • 1
  • 1
  • The companion "Tech Preview" HTML docs are available (as above) from: https://support.microfocus.com/kb/kmdoc.php?id=KM01722328 Sorry, just assumed that'd be in there (facepalm) Cheers, – abject Jun 22 '22 at 02:49