v1

latestSwagger 2.02026-07-13107214235.7 KB
RFE

List the RFES

List the RFES

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

Path parameters

workgroup_idstring required
project_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "results": [
    {
      "rfe_title": "sample rfe_title",
      "supplier_estimates": [
        {
          "supplier_estimates": [
            {
              "estimate_title": "sample estimate_title"
            }
          ],
          "workgroup_name": "sample workgroup_name"
        }
      ]
    }
  ],
  "status_reason": "sample status_reason"
}