REST API that provides Resource Allocation information in Clarity
book
Article ID: 435797
calendar_today
Updated On:
Products
Clarity PPM On Premise
Clarity PPM SaaS
Issue/Introduction
- It is required to fetch a list of investments that a resource is allocated to
- Whether it be Project, Idea or Custom Investment
- Which REST API call can fetch this information?
Resolution
- REST API call that can be used is as follows:
GET https://example.com/ppm/rest/v1/obaStaffs?filter=((resource = 5060302))
- An additional header as mentioned below should also be passed:
x-api-association-key: obaStaffs~resources
Feedback
thumb_up
Yes
thumb_down
No