Is there any way to pull RRC artifact id into existing RTC BIRT live report?
One answer
I am not expert on BIRT neither I am 100% sure what you are trying to do. But if you have the RRC resource URI, then you can have its identifier simply by doing a DESCRIBE and look for the <j.3:identifier...> attribute.
You can do DESCRIBE using this format:
https://<server:port>/<rm_or_rdm>/query?accept=*&private=true&describe=<resourceUri>
Example:
https://yourserver.com:9443/rm/query?private=true&accept=*&describe=https://yourserver.com:9443/rm/resources/_Q37WMcO8EeKQh8x3xXP9GA
You can do DESCRIBE using this format:
https://<server:port>/<rm_or_rdm>/query?accept=*&private=true&describe=<resourceUri>
Example:
https://yourserver.com:9443/rm/query?private=true&accept=*&describe=https://yourserver.com:9443/rm/resources/_Q37WMcO8EeKQh8x3xXP9GA