Constructing a URL for Datacap Navigator

You can construct a URL that an external application can use to access Datacap Navigator features and actions. You can append parameters to the URL that run actions and open Datacap Navigator pages.

You must configure IBM® Content Navigator to support Secure Sockets Layer (SSL) communication when you use URLs to access Datacap Navigator features. For more information, see Planning for Secure Sockets Layer (SSL).

To construct and use a URL to access Datacap Navigator features and actions:

  1. Start with the following base URL:
    https://server:port/context_root/?
    Use the question mark (?) before you append any parameters.
  2. Append the appropriate parameters to the base URL.

    Separate each parameter-value pair with an ampersand (&).

    The following lists describe the parameters that you can append to the URL, the appropriate format, and valid values for each parameter.

    Running Datacap Navigator actions

    You can add parameters to the URL to run existing actions or custom actions. The following table lists actions that are available on the Job Monitor page.

    Table 1. Valid parameters and values for running actions.
    Parameters Values
    dcAction
    editBatchPluginAction

    Specifies the edit batch action.

    Format: dcAction=editBatchPluginAction

    editJobPluginAction

    Specifies the edit job action.

    Format: dcAction=editJobPluginAction

    viewBatchHistoryPluginAction

    Specifies the view batch history action.

    Format: dcAction=viewBatchHistoryPluginAction

    viewBatchPropertyPluginAction

    Specifies the view batch property action.

    Format: dcAction=viewBatchPropertyPluginAction

    executeBatchPluginAction

    Specifies the start batch action.

    Format: dcAction=executeBatchPluginAction

    deleteBatchPluginAction

    Specifies the batch delete action.

    Format: dcAction=deleteBatchPluginAction

    queueID

    Specifies the queue ID of the action. The queueID parameter is not required if the action does not apply to a queue item.

    Format: queueID=queue_ID

    Running shortcuts
    You can run a Datacap Navigator shortcut. If you specify a job and task, the shortcut is run for the specified job and task only. Running a shortcut with a specified job and task is analogous to clicking a job under a shortcut in the Datacap Navigator shortcut pane.
    Tip: To run a scan, specify a scan shortcut in the URL.
    Table 2. Valid parameters and values for running Datacap Navigator shortcuts.
    Parameters Values
    dcShortcut

    Specifies the name of the shortcut.

    Format: dcShortcut=shortcut_name

    dcJob

    Specifies the name of the job.

    Format: dcJob=job_name

    dcTask

    Specifies the name of the task.

    Format: dcTask=task_name

    Opening Datacap Navigator pages
    You can open a specific page of Datacap Navigator by using the IBM Content Navigator feature parameter.
    Table 3. Valid parameters and values for opening Datacap Navigator pages.
    Parameters Values
    feature
    DatacapMainFeature
    Opens the Datacap Navigator main page.

    Format: feature=DatacapMainFeature

    DatacapWebAdminFeature
    Opens the Datacap Navigator Administration View.

    Format: feature=DatacapWebAdminFeature

    More IBM Content Navigator parameters are available. For example, you can use the sideChrome parameter to hide the Datacap Navigator side bar and banner. For more information, see Constructing a URL for IBM Content Navigator.