ION Process API

The ION Process APIs expose functionality that is related to:

  • Workflows that run in the Workflow engine.
  • Alerts, tasks, and notifications managed by the Activities engine.

The ION Process APIs are located in the “Infor ION” API Suite and these endpoints:

  • process/application

    This endpoint exposes methods that are authorized at application level and do not require a user identification. After a client application has access to this endpoint, it can call any method without further security checks being applied.

  • process/user

    This endpoint exposes methods that are authorized at user level. Internal verification is performed to determine whether the user who calls this API has the permission to perform this call. For example, you cannot close a task that is not assigned to you.

For detailed information about the methods that are exposed in each endpoint, see the Swagger documentation of each endpoint. For more information on how to use ION APIs and how to interact with Swagger documentation for the API methods, see the Infor ION API Administration Guide.