Get process sharing setting and used project area template via REST service
For some internal tooling in our company we need to determine the:
- process sharing status
- the process template id that was initially used to create the project area
Via Java API we can already retrieve this information. But due to some required refactorings we have to change the retrieval to be only based on http access (REST, SOAP, ...).
We did already find out the other information of project areas (name, description, ..) using some RTC REST service. But the two details mentioned above are not available via this service.
Can somebody point me on a REST service that can provide the information?
Thank you