v1
latestOpenAPI 3.0.02026-07-241220330.3 KBPortfolio Evaluations
Runs a portfolio evaluation
Given a portfolio workflow specified by the header, the API will run a portfolio evaluation.
post/portfolio-evaluations
Request body
Example request
{
"source": "adhoc"
}Response
Portfolio Evaluation created and is queued for processing
Example response
{
"portfolio_evaluation_token": "PE-54321",
"status": "pending"
}