Getting this endpoint to work from the admin is kind of annoying and goofy. It's annoying because uri is reqiured, but the uri you can get from the JSP (/~rWhatever) doesn't actually work. Furthermore, ${renderingId} is not available from the JSPs, so you need to parse the uri from the rid and pass in the parsed rid. And the goofy part? You need to pass a blank uri b/c it's required!
My recommendation (in consultation with Luke Mason) is:
1) drop the uri requirement.
2) Add rid to the documentation
3) Expose ${renderingId} to the JSPs.
Categories | Other |
I need it... | Month |
Not considering new functionality for classic unless it is a major blocker.