Using a costPlan RESTApi fails
search cancel

Using a costPlan RESTApi fails

book

Article ID: 256920

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

When trying to use the costPlans endpoint I get an error - "Invalid values in the request for planType".

Environment

Release : Any

Resolution

It's required to include the "planType" in the REST call for costPlans. An example of the format would be:

http://HOSTNAME/ppm/rest/v1/costPlans?filter=(investmentId = 5003000) and (planType = 'FORECAST')