Retrieve a portfolio by ID.
Retrieve a portfolio along with additional properties by ID.
Retrieve a list of up to 100 portfolios using the specified filters.
Optional
params: { portfolioIdFilter: undefined | number; portfolioNameFilter: undefined | string; portfolioStateFilter: undefined | "enabled" }Retrieve the portfolios with the specified IDs.
Retrieve the portfolios with the specified names.
Retrieve the portfolios with the specified state.
Retrieve a list of up to 100 portfolios with additional properties using the specified filters.
Optional
params: { portfolioIdFilter: undefined | number; portfolioNameFilter: undefined | string; portfolioStateFilter: undefined | "enabled" }Retrieve the portfolios with the specified IDs.
Retrieve the portfolios with the specified names.
Retrieve the portfolios with the specified state.
Update one or more portfolios.
Static
create
Create one or more portfolios. Maximum number of portfolios per account is 100.
Returns