v1

latestSwagger 2.02026-07-13107214235.7 KB
Estimate

Get a specific estimate of project

Get a specific estimate of project

get/v1/workgroups/{workgroup_id}/projects/{project_id}/estimates/{estimate_id}

Path parameters

workgroup_idstring required
project_idstring required
estimate_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "result": {
    "comments": "sample comments",
    "currency": "sample currency",
    "custom_fields": [
      {
        "param_name": "sample param_name",
        "string_value": "sample string_value"
      }
    ],
    "description": "sample description",
    "estimate_title": "sample estimate_title",
    "items": [
      {
        "comments": "sample comments",
        "custom_fields": [
          {
            "param_name": "sample param_name",
            "string_value": "sample string_value"
          }
        ],
        "option_prices": [
          {
            "breakouts": [
              {
                "breakout_name": "sample breakout_name"
              }
            ],
            "item_option": {
              "quantity": "sample quantity"
            }
          }
        ],
        "spec_name": "sample spec_name",
        "spec_reference": "sample spec_reference"
      }
    ],
    "project": {
      "project_name": "sample project_name",
      "project_number": "sample project_number"
    },
    "reference_number": "sample reference_number",
    "rfe": {
      "rfe_title": "sample rfe_title",
      "status": "sample status"
    },
    "status": "sample status",
    "submitted_by": "sample submitted_by",
    "supplier_workgroup": {
      "workgroup_name": "sample workgroup_name"
    },
    "transactional_currency": "sample transactional_currency"
  },
  "status_reason": "sample status_reason"
}