Hi,
I'm looking for an API in Infor CloudSuite that can retrieve all open tasks assigned to the currently logged-in user - similar to what’s shown in the Inbox or Task widget in the portal.
I’m aware of:
/IONSERVICES/process/user/v1/task/{id}
(but this requires a specific task ID)/IONSERVICES/process/user/v1/workflow/{workflow}/tasks
(but this requires the workflow ID and MANAGE permissions)
What I’m looking for is a way to programmatically retrieve the entire task list for the user, ideally with filters for status (e.g., open/active).
Is there a documented endpoint for that?
Can this data be retrieved using DataLake?
Thanks,
Jonathan