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: postPath:
/primeapi/restapi/portfolio/batch
- Batch Delete Portfolios
- Method: deletePath:
/primeapi/restapi/portfolio/batch
- Batch Update Portfolios
- Method: putPath:
/primeapi/restapi/portfolio/batch
- Create a Portfolio
- Method: postPath:
/primeapi/restapi/portfolio
- Delete a Portfolio
- Method: deletePath:
/primeapi/restapi/portfolio/{id}
- Refresh a Portfolio
- Method: getPath:
/primeapi/restapi/portfolio/refresh/{id}
- Update a Portfolio
- Method: putPath:
/primeapi/restapi/portfolio
- View a Portfolio
- Method: getPath:
/primeapi/restapi/portfolio/{id}
- View a Portfolio by Name
- Method: getPath:
/primeapi/restapi/portfolio/name/{name}
- View a Portfolio by Name and Workspace
- Method: getPath:
/primeapi/restapi/portfolio/workspaceId/{workspaceId}/name/{name}
- View a Portfolio Image
- Method: getPath:
/primeapi/restapi/portfolio/image/{id}
- View Portfolios by Workspace
- Method: getPath:
/primeapi/restapi/portfolio/workspace/{id}