How do I get a list of all members of a DNG project area
I want to display the members lists of all PA in DNG.
|
5 answers
What exactly do you want to do with them?
If you want to display all members of a project area on a dashboard there is a widget for that. See the "Project Members" widget. You can set this up on your personal dashboard and configure it to show any project area if you want.
|
HI thank you.
Yes I know how to display in a DNG dashboard.
No I want to use the REST API with a web browser like this:
https://<clm server>/rm/rpt/repository/foundation?fields=foundation/....
Is there a https command for listing all members in a given DNG project Area ? in a RQM one ?
Is there a documentation for all existing commands ?
Thanks
|
David Honey (1.8k●1●7)
| answered Jun 01 '21, 4:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER |
|
To do this programmatically, you can use the following:
https://<your server>/<app>/process/project-areas/<project id>/members
where app is rm, ccm, qm and project id is the unique id of the project you're trying to find information about.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.