Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

A single API to fetch all project roles for all projects

Mrinalini Pal
Contributor
February 25, 2022

I need to fetch all project roles for all projects along with details of projects and project roles

I have come across separate APIs for this : 

I need to map each project with its project roles. Is there a single API for this?

Thanks

2 answers

1 accepted

0 votes
Answer accepted
Mikael Sandberg
Community Champion
February 25, 2022

No, there is no REST endpoint that will give you the roles used for each project, you would have to use Get project roles for project for each of your projects.

0 votes
Prince Nyeche
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2022

There's no single API but you can combine those API to achieve your aim. In essence, you can create your own APIs out of it and do whatever you prefer within your program.

Mrinalini Pal
Contributor
February 25, 2022

Thank you

Suggest an answer

Log in or Sign up to answer