v3
latestSwagger 2.02026-08-067506752.0 MBcomp-review
Get data for visualizations for a comp review
post/v1/org/{orgId}/comp-review/{compReviewId}/visualizations
Path parameters
orgIdstring required
Org identifier (either id or slug)
compReviewIdstring required
Comp review id
Query parameters
viewJobIdstring
The job you would like to view as
previewboolean
Are the visualizations for a preview
includeAllRequestsboolean
Allows users with multiple roles to request full access for owner or final approver roles
Request body
Example request
{
"changeIds": [
"588f7ee98f138b19220041a7"
],
"scenarioIds": [
"588f7ee98f138b19220041a7"
]
}Response
successful operation
Example response
{
"budgetPoolCalculation": {
"pools": [
{
"budgetPoolId": "588f7ee98f138b19220041a7",
"label": "Merit",
"scenarios": [
{
"scenarioId": "588f7ee98f138b19220041a7"
}
]
}
]
}
}