Version

Get all RFI reply versions

get

Get all RFI reply versions

Path parameters
idstringRequired

The RFI reply ID

Responses
200

successful operation

application/json
get
GET //rfi/reply/version/{id} HTTP/1.1
Host: api.ecosuite.io
Accept: */*
200

successful operation

{
  "rfiReplyVersions": [
    {
      "id": "text",
      "author": "text",
      "createdDateTime": "2025-09-16",
      "lastUpdatedDateTime": "2025-09-16",
      "lastUpdatedBy": "text",
      "version": "text",
      "rfiID": "text",
      "content": "text",
      "media": [
        "text"
      ]
    }
  ]
}