Code
Get all RFI belonging to a code
Path parameters
codestringRequired
The code to query
versionstringOptional
The RFI version
Responses
200
successful operation
application/json
get
GET //rfi/thread/code/{code}/{version} HTTP/1.1
Host: api.ecosuite.io
Accept: */*
200
successful operation
{
"rfi": [
{
"id": "text",
"createdDateTime": "2025-09-16",
"author": "text",
"number": 1,
"lastUpdatedDateTime": "2025-09-16",
"lastUpdatedBy": "text",
"version": "text",
"resolved": true,
"resolutionHistory": {},
"code": "text",
"name": "text",
"dueDateTime": "2025-09-16",
"costImpacts": "text",
"scheduleImpacts": "text",
"description": "text",
"assigned": [
"text"
],
"linked": [
"text"
],
"media": [
"text"
]
}
]
}