I want to retrieve workflow data for Purchase Orders from Infor ION using the ION API.
The API /IONSERVICES/process/user/v1/workflow/{workflowId}/tasks is working in the ION API Gateway, but when I try to access the same from Infor LN, I understand that authentication using an access token, client ID, and client secret is required.
As I am new to this, I need guidance on the process to authenticate and consume the ION API from LN.
My goal is to fetch workflow approval details (such as task names, users, and timestamps) and display them in LN reports and sessions.