We have a custom process that loads Unposted Transactions using the Rest API.
Since the upgrade to 16.3.1, the process is failing with the following error:
API-1003 : Could not find resource unpostedTransactions
Did anything change in regards the transactions flow?
Clarity 16.3.1
In Clarity 16.3.1 the Unposted Transactions API endpoint has changed and is now public
Modify the process so the new public endpoint is used.
The process designed prior to 16.3.1 was using the private API: {ClarityRestUrl}/private/unpostedTransactions
In 16.3.1, the public API is:{ClarityRestUrl}/unpostedTransactions