Using the Oracle Prime API
Step 1: Decide on a client technology
Decide on the client technology that you will use with Oracle Prime to invoke REST style services. Java and JavaScript are examples of technologies that can invoke REST style services to interact with the Oracle Prime API.
Step 2: Use the API to interact with Oracle Prime
This step involves interacting with the API using the following URL patterns to send requests to the API.
Basic Authentication:
http://<hostName>:<portNumber>/primeapi/restapi/v<release level>/<service>
For example:
http://<hostName>:<portNumber>/primeapi/restapi/v16.2/<service>
SSL Authentication:
https://<hostName>:<portNumber>/primeapi/restapi/v<release level>/<service>
For example:
https://<hostName>:<portNumber>/primeapi/restapi/v16.2/<service>