Servers

Portfolio
 1.0.0 
OAS3

The Portfolio APIs retrieve and update information about Portfolios, Portfolio items (Applications), Portfolio Subitems (Projects), Branches and Tags.

Base path change and deprecation notice

The base path for the Portfolio service is changing (from /api/portfolio to /api/portfolios). The /api/portfolio base path will continue to function until Mon, 15 Sept 2025 23:59:59 GMT.

Additionally, several endpoints are being deprecated. Endpoints that are being deprecated include additional properties in response headers:

  "Deprecation":  "Mon, 14 July 2025  23:59:59 GMT",
  "Link":         "New version of API link; rel=\"alternate\"",
  "Sunset":       "Mon, 15 Sept 2025  23:59:59 GMT"
  • Deprecation: The date and time when a resource will be deprecated. After this date, the resource may be removed from future versions of the API.
  • Link: A link to a supported endpoint that replicates the functionality of a deprecated one.
  • Sunset: The date and time when a resource will be removed, and no longer be available.

Note: Media type names used in Polaris APIs were renamed and no longer include “synopsys”. Although media types that include “synopsys” were removed from the API specifications, existing endpoints will continue to support them until September 1, 2025. Please update your scripts to use the new media types.

Portfolios

Retrieves information about the Portfolios.

GET​/portfolios
Find all portfolios.
GET​/
Find All Portfolios.

Portfolio items

Retrieves information about Portfolio items.

POST​/portfolios​/{id}​/portfolio-items
Create a portfolio item.
GET​/portfolios​/{id}​/portfolio-items
Find all portfolio items.
PATCH​/portfolio-items​/{id}
Update portfolio item fields.
GET​/portfolio-items​/{id}
Find a portfolio item by ID.
DELETE​/portfolio-items​/{id}
Delete a portfolio item.

Applications

Retrieves information about Applications.

POST​/{portfolioId}​/applications
Create an application.
GET​/{portfolioId}​/applications
Find all Applications.
PATCH​/{portfolioId}​/applications​/{id}
Update application fields.
GET​/{portfolioId}​/applications​/{id}
Find an Application by ID.
DELETE​/{portfolioId}​/applications​/{id}
Delete an application.

Portfolio Subitems

Retrieves information about Portfolio subitems.

GET​/portfolio-sub-items
Find portfolio subitems using filter throughout organization
GET​/portfolio-items​/{id}​/portfolio-sub-items
Find portfolio subitems in a portfolio item.
PATCH​/portfolio-sub-items​/{id}
Update fields in a portfolio subitem.
GET​/portfolio-sub-items​/{id}
Find a portfolio subitem by id.
DELETE​/portfolio-sub-items​/{id}
Delete a portfolio subitem.

Branches

Retrieves information about branches associated with a portfolio subitem in an organization.

GET​/branches
Find portfolio branches using filter throughout organization
GET​/{portfolioId}​/branches
Find portfolio branches using filter throughout organization
POST​/portfolio-sub-items​/{id}​/branches
Create branch(es) for a portfolio subitem.
GET​/portfolio-sub-items​/{id}​/branches
Find branches in a portfolio subitem.
POST​/{portfolioId}​/applications​/{applicationId}​/projects​/{projectId}​/branches
Create the branch for a project.
PATCH​/branches​/{id}
Update fields in a branch.
GET​/branches​/{id}
Find a branch by ID.
DELETE​/branches​/{id}
Delete a branch.

Profiles

Retrieves information about profiles associated with a portfolio subitem in an organization.

Artifacts

Retrieves information about artifacts associated with a portfolio item in an organization.

Portfolio catalog

Retrieves information about the Portfolio catalog.

GET​/portfolios​/{portfolioId}​/catalog
Retrieve the portfolio catalog information.

Tags

Retrieves information about tags associated with a portfolio item.

GET​/tags
Find tags.
POST​/applications​/{id}​/tags
Create tag(s).
PUT​/applications​/{id}​/tags
Update portfolio item tags.
GET​/applications​/{id}​/tags
Find tags for the portfolio item.

Entitlements

Retrieves information about entitlements allocated to a portfolio item.

POST​/portfolio-items​/{id}​/entitlements
Allocate entitlements to a portfolio item.
GET​/portfolio-items​/{id}​/entitlements
Find entitlements for the portfolio item.
PATCH​/portfolio-items​/{id}​/entitlements
Update subscription quantity allocated to a portfolio item.
GET​/entitlements​/{id}​/portfolio-item-count
Find Portfolio-item count for a given entitlement ID.

Application Entitlements

Retrieves information about entitlements allocated to an application.

Application Entitlement Quantity

Retrieves information about number of entitlements assigned to an application.

PATCH​/{portfolioId}​/applications​/{applicationId}​/entitlements​/quantity
Update subscription quantity allocated to an Application.

Portfolio Entitlements

Retrieves information about entitlements available to a portfolio

GET​/{portfolioId}​/entitlements
Find Applications count for a given entitlement ID.

Schemas

Portfolios
PortfoliosGetResponse
NewPortfoliosGetResponse
PortfolioItemResponse
PortfolioItemV2Response
PortfolioItemGetResponse
PortfolioItemPayload
PortfolioItemV2Payload
PortfolioItemDetails
ApplicationPayload
ApplicationsGetResponse
ApplicationDetails
ApplicationGetResponse
OrganizationSettingsPayload
OrganizationSettingsResponse
CreateLabelPayload
DeleteBulkLabelPayload
MergeLabelPayload
LabelResponse
LabelsResponse
LabelResponseWithUsage
CreateApplicationLabelsPayload
ApplicationLabelResponse
ApplicationLabelsResponse
CreateProjectLabelsPayload
ProjectLabelResponse
ProjectLabelsResponse
PortfolioSubItemSastScaResponse
PortfolioSubItemDastImportResponse
PortfolioSubItemDastManualFormsResponse
PortfolioSubItemDastManualSamlResponse
PortfolioSubItemDastManualSeleniumResponse
PortfolioSubItemDastManualNoneResponse
ProjectsGetResponse
PortfolioSubItemsGetResponse
PortfolioSubItemSastScaGetResponse
PortfolioSubItemsDastImportGetResponse
PortfolioSubItemSastScaPayload
PortfolioSubItemDastImportSettingPayload
PortfolioSubItemDastManualSettingSimpleFormPayload
PortfolioSubItemDastManualSettingSamlPayload
PortfolioSubItemDastManualSettingSeleniumPayload
PortfolioSubItemDastManualSettingNonePayload
UpdatePortfolioSubItemPayload
UpdatePortfolioSubItemDastPayload
PortfolioSubItemBranchesPayload
UpdateBranchPayload
PortfolioSubItemBranchDetails
PortfolioSubItemBranchResponse
PortfolioSubItemBranchGetAllResponse
GetProfileManualNoneResponse
GetProfileImportSettingResponse
GetProfileManualFormsResponse
GetProfileManualSamlResponse
GetProfileManualSeleniumResponse
UpdateProfileManualSelenium
UpdateProfileManualSaml
UpdateProfileManualForms
UpdateProfileManualNone
UpdateProfileImportSetting
ProfileArtifact
CreateProfileArtifact
ApplicationEntitlementPayload
ApplicationEntitlementResponse
ApplicationEntitlementsResponse
ApplicationEntitlementUpdatePayload
ApplicationEntitlementUpdateResponse
EntitlementApplicationCountResponse
EntitlementApplicationCountResponseNew
UpdateApplicationPayload
PortfolioCatalogGetResponse
PortfolioCatalogApplicationDetails
BranchesGetResponse
PortfolioCatalogProjectDetails
PortfolioCatalogBranchDetails
TagsCreateResponse
TagGetResponse
TagGetAllResponse
Tagitems
ApplicationEntitlementResponseNew
PolarisErrorResponse
collection