Get all RFI reply versions
The RFI reply ID
GET //rfi/reply/version/{id} HTTP/1.1 Host: api.ecosuite.io Accept: */*
successful operation
{ "rfiReplyVersions": [ { "id": "text", "author": "text", "createdDateTime": "2025-04-30", "lastUpdatedDateTime": "2025-04-30", "lastUpdatedBy": "text", "version": "text", "rfiID": "text", "content": "text", "media": [ "text" ] } ] }