Report API's query parameter encoding issue!
Hi,
I am using a report API to fetch the "itemId" of the project area "[System Defined] Domains".
The report API looks something like below -
https://<server>/dm/rpt/repository/foundation?fields=projectArea/projectArea[name=%27%5BSystem%20Defined%5D%20Domains%27]/itemId
And the response is - Error 500: CRRED0122E: Illegal syntax in fields argument: Domains'.
By this error i can understand there is an issue with project area name encoding.
What is the way to encode the report API query parameters?
Thanks & Regards,
Praveen S H
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I have done some testing. The problem is not the opening square bracket but the closing one.