Search found 2 matches

by Roland1
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: 2094

[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...