Entry points and their contexts
The ALM Octane model operates on several contexts, which are also the entry points into the REST API.
Also, there are additional authentication entry points for signing in and signing out.
Entry points
Use these entry point URLs to find the ALM Octane REST API.
Authentication entry points
The sign_in REST singleton resource lets you authenticate, sign in to the REST API using JSON authentication.
You can also sign in by sending a header with user credentials for each request using basic authentication.
For details, see Authenticating.
Non-authenticated entry points
It is possible for your REST API to navigate to an entity URL when not yet authenticated, such as when copying a URL or sending an email with a link to an entity. After prompting for authentication, you are redirected to the details of the entity.
Specify entity-navigation as follows:
http[s]://<hostname>/ui/entity-navigation?p=<shared_space_id>/<workspace_id>&entityType=work_item&id=<id>
After authentication, this redirects to:
http[s]://<hostname>/ui/?p=<shared_space_id>/<workspace_id>#/entity-navigation?entityType=work_item&id=<id>
See also: