In trying to perform a GET request against the CostPlan, a 400 error is received and the following errors are noted: "revmgr.invalidvaluesinrequest" and "Invalid value(s) in request for planType."
Release : ANY
CostPlan requires the investmentId and PlanType to be included in the REST request for CostPlan.
Please be aware that these values are case sensitive.
This is an example of what the format would look like:
http://HOSTNAME/ppm/rest/v1/costPlans?filter=(investmentId%20%3D%205003000)%20and%20(planType%20%3D%20'FORECAST')