v1
latestSwagger 2.02026-07-13107214235.7 KBRFE
Get a specific Rfe
Get a specific Rfe
get/v1/workgroups/{workgroup_id}/projects/{project_id}/rfes/{rfe_id}
Path parameters
workgroup_idstring required
project_idstring required
rfe_idstring required
Response
Successful retrieval
Example response
{
"result": {
"description": "sample description",
"details": "sample details",
"estimators": [
"sample estimators"
],
"reference_number": "sample reference_number",
"requestor": "sample requestor",
"rfe_items": [
{
"spec_name": "sample spec_name"
}
],
"status": "sample status",
"supplier_estimates": [
{
"supplier_estimates": [
{
"estimate_title": "sample estimate_title"
}
],
"workgroup_name": "sample workgroup_name"
}
],
"title": "sample title"
},
"status_reason": "sample status_reason"
}