Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This authentication is linked with an HTTP session, which means that all of the apps requests must be done within the same session. In case the session has expired or was invalidated, the user has to do a new authentication. As all requests to the API must be authorized by the server, the API takes the username from the current HTTP session. The URL of the API depends on your installation, but generally follows the schema:

https://[dns−or−ip:port]/[base]<baseURL>/<contextPath>/rest/securelogin−admin/1.0/api/[endpoint]<endpoint>

So, for example, if you use Jira at my.shiny.server on port 2048 with the default context path, then the URL of the /info endpoint is in Listing 2.

...