Versions Compared

Key

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

...

The tables below describe the various operation that are available for Reference Data Management. The  

The service endpoint URI is http://<Platform host>:<port>/api/v1.

If encryption is enabled, the URI is https://<Platform host>:<port>/api/v1.

For further information about enabling encryption, see Network Security in the System Administration user's guide.

Basic authentication is used and you must pass user credentials for each RESTful call.

Create and Get Session

Resource path

...

/session

HTTP method

...

GET

This operation returns a session id which should be appended to all subsequent API calls where this parameter is applicable.

...