Version
Get all RFI versions
Path parameters
idstringRequired
The RFI ID
Responses
200
successful operation
application/json
get
GET //rfi/thread/version/{id} HTTP/1.1
Host: api.ecosuite.io
Accept: */*
200
successful operation
{
"rfiVersions": [
{
"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"
]
}
]
}