API-1003 : Could not find resource unpostedTransactions
search cancel

API-1003 : Could not find resource unpostedTransactions

book

Article ID: 392485

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

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?

Environment

Clarity 16.3.1

Cause

In Clarity 16.3.1 the Unposted Transactions API endpoint has changed and is now public

Resolution

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