Using the Oracle Instantis EnterpriseTrack API

Where to Begin

Step 1: Install and configure Oracle Instantis EnterpriseTrack for the API

As a prerequisite to using the API, you will need to install Oracle Instantis EnterpriseTrack and configure a user with the appropriate permissions in the application. Oracle Instantis EnterpriseTrack must be correctly installed, configured, and running before you can use the API to connect to it.

Step 2: Decide on a client technology

Decide on the client technology that you will use with Oracle Instantis EnterpriseTrack to invoke APIs. Java and JavaScript are examples of technologies that can invoke services to interact with the Oracle Instantis EnterpriseTrack API.

Step 3: Use the API to interact with Oracle Instantis EnterpriseTrack

This step involves interacting with the API using the following URL pattern to send requests to the API.

https://<server>/SiteWand/Submission/<account_name>/integration/
login

For more information, see Function Invocation.

Generally, calls to the API will follow a sequence similar to the following sequence:

  1. Get a session ID.
  2. Use the session ID to invoke other operations as required by your program.
  3. Delete the session ID when you are finished.

In This Section

Function Invocation

Invocation Parameters

Global Properties Object



Legal Notices
Copyright © 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Last Published Thursday, May 03, 2018