v1

latestSwagger 2.02026-07-13107214235.7 KB
Estimate

List the Estimates

List the Estimates

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

Path parameters

workgroup_idstring required
project_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "result": [
    {
      "currency": "sample currency",
      "estimate_title": "sample estimate_title",
      "project": {
        "project_name": "sample project_name",
        "project_number": "sample project_number"
      },
      "rfe": {
        "rfe_title": "sample rfe_title",
        "status": "sample status"
      },
      "status": "sample status",
      "supplier_workgroup": {
        "workgroup_name": "sample workgroup_name"
      },
      "transactional_currency": "sample transactional_currency"
    }
  ],
  "status_reason": "sample status_reason"
}