ALM 12.5x REST API Reference
REST Resources in this API

The following REST resources are available:

Standard Resources

These resources have no individual help topic. For information on their use, see Collections and Instances.

Resource Resource path Description Return value example
domains /domains The logical groups of projects on the server <Domains>
   <Domain Name="DEFAULT"/>
   <Domain Name="DOMAIN_NAME"/>
</Domains>
projects /domains/DOMAIN_NAME/projects The collection of projects in the specified domain <Projects>
  <Project Name="PROJECT_NAME"/>
</Projects>