Change in syntax not documented for REST API on EPM Cloud
Content
Hi All
Thought it would be useful for me to update the community. There has been a change in syntax for an existing REST API that isnt documented (Oracle might be worth updating the documentation to reflect this)
We had a regular process to run the UserAuditReport REST API that has been working for ages. The POST URL was
this has stopped working, and it turns out that each parameter in the POST used to use = (for example fileName=NameOfFile.csv) but now uses : (fileName:NameOfFile.csv). The URL above replaces = with %3D unicode. Now it requires either : or %3A. See below new POST URL
1