v3

latestSwagger 2.02026-08-067506752.0 MB
guideline

Calculate the matrix values for a specific guideline (which may apply to multiple scenarios in the comp review)

get/v1/org/{orgId}/guideline/{id}/calculate

Path parameters

orgIdstring required

Org identifier (either id or slug)

idstring required

ID of the desired guideline

Response

successful operation

nextstring

Example response

{
  "data": [
    {
      "guidelineId": "588f7ee98f138b19220041a7",
      "jobId": "588f7ee98f138b19220041a7",
      "compReviewId": "588f7ee98f138b19220041a7",
      "budgetPoolId": "588f7ee98f138b19220041a7"
    }
  ],
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}