Portfolio 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.