Thanks Steve,
I posted the same in the official IBM forum:
https://www.ibm.com/developerworks/comm ... 5572&ps=25
Search found 2 matches
- Fri Jul 14, 2017 6:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [BUG] Rest API does not process URLs with encoding
- Replies: 2
- Views: 2319
- Thu Jul 13, 2017 1:18 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [BUG] Rest API does not process URLs with encoding
- Replies: 2
- Views: 2319
[BUG] Rest API does not process URLs with encoding
Consider the following delete request for deleting a subset with a given id: http://server/api/v1/Dimensions('month')/Hierarchies('month')/Subsets('}id123') The subset id( '}id123' ) contains an illegal character('}') which should be escaped using the sequence: %7D Yet if I escape it the REST reques...