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. Update Keys : 'capitalPortfolioId'
- Assign Permission Profiles To User
- Method: postPath:
/api/restapi/portfolio/assignUser
- Batch Create Portfolios
- Method: postPath:
/api/restapi/portfolio/batch
- Batch Delete Portfolios
- Method: deletePath:
/api/restapi/portfolio/batch
- Batch Sync Portfolios
- Method: postPath:
/api/restapi/portfolio/syncBatch
- Batch Update Portfolios
- Method: putPath:
/api/restapi/portfolio/batch
- Create a Portfolio
- Method: postPath:
/api/restapi/portfolio
- Delete a Portfolio
- Method: deletePath:
/api/restapi/portfolio/{capitalPortfolioId}
- Refresh a Portfolio
- Method: getPath:
/api/restapi/portfolio/refresh/{portfolioId}
- Remove Users Assigned to a Portfolio
- Method: postPath:
/api/restapi/portfolio/removeUsers
- Update a Portfolio
- Method: putPath:
/api/restapi/portfolio
- View a Portfolio
- Method: getPath:
/api/restapi/portfolio/{portfolioId}
- View a Portfolio by Name and Workspace
- Method: getPath:
/api/restapi/portfolio/workspaceId/{workspaceId}/name/{name}
- View a Portfolio Image
- Method: getPath:
/api/restapi/portfolio/image/{portfolioId}
- View all Portfolios by Name
- Method: getPath:
/api/restapi/portfolio/name/{name}
- View Available Permission Sets for Portfolio
- Method: getPath:
/api/restapi/portfolio/permissionSets
- View Portfolios by Workspace
- Method: getPath:
/api/restapi/portfolio/workspace/{workspaceId}