Portfolio REST Endpoints

Portfolio
Use the Portfolio service to create, view, update, and delete portfolios. Portfolios are collections of projects or other portfolios that enable you to plan resource and budget allocations across the collection.
Batch Create Portfolios
Method: post
Path: /primeapi/restapi/portfolio/batch
Batch Delete Portfolios
Method: delete
Path: /primeapi/restapi/portfolio/batch
Batch Update Portfolios
Method: put
Path: /primeapi/restapi/portfolio/batch
Create a Portfolio
Method: post
Path: /primeapi/restapi/portfolio
Delete a Portfolio
Method: delete
Path: /primeapi/restapi/portfolio/{id}
Refresh a Portfolio
Method: get
Path: /primeapi/restapi/portfolio/refresh/{id}
Update a Portfolio
Method: put
Path: /primeapi/restapi/portfolio
View a Portfolio
Method: get
Path: /primeapi/restapi/portfolio/{id}
View a Portfolio by Name
Method: get
Path: /primeapi/restapi/portfolio/name/{name}
View a Portfolio by Name and Workspace
Method: get
Path: /primeapi/restapi/portfolio/workspaceId/{workspaceId}/name/{name}
View a Portfolio Image
Method: get
Path: /primeapi/restapi/portfolio/image/{id}
View Portfolios by Workspace
Method: get
Path: /primeapi/restapi/portfolio/workspace/{id}