Skip to main content

Use API Access

The API Access option under the Advanced Tools section of the Innowera Control Panel web application takes you to the Innowera Control Panel service page. This feature is available to you, as a user, only if the administrator has enabled the Access to Web Service option for your role in the Role Maintenance section of the GUI.

To use the API Access page,

  1. Go to Advanced Tools > API Access. The iService page appears. Alternatively, you can access the iService service by typing http://<IP_address_of_Innowera_Control_Panel _server_computer>/InnoweraControlPanel/iService.asmx in a web browser.

  2. Depending upon your requirement, use GetToken or GetTokenByWindowsUser to generate the token.

    Note: GetTokenByWindowsUser can be used only when Windows-authentication is configured for Innowera Control Panel.

  3. Use the generated token in GetUserByUserName or GetUsers API to get information about Process Runner, Process Runner DB, or Process Runner Excel Add-in users configured in Innowera Control Panel. For GetUserByUserName or GetUsers API, use the following parameters:
    • Token: Indicates the token that you have generated using GetToken or GetTokenByWindowsUser.
    • UserName: Indicates the name of the user whose details you want to view.
    • ReturnGroupDetail: Indicates the Boolean input ("true" or "false" ) to get the user group details in the report.
    • ReturnProcessDetail: Indicates the Boolean input ("true" or "false" ) to get the details of the Process files associated with the user in the report.
    • ReturnSAPSystemDetail: Indicates the Boolean input ("true" or "false" ) to get the details of the SAP systems associated with the user in the report.

      Note: Boolean "true" indicates that you want the value of the field in your report.

Was this article helpful?

We're sorry to hear that.