Get all RFI reply versions
/rfi/reply/version/{id}
The RFI reply ID
curl -L \ --url 'https://api.ecosuite.io//rfi/reply/version/{id}'
{ "rfiReplyVersions": [ { "id": "text", "author": "text", "createdDateTime": "2025-02-24", "lastUpdatedDateTime": "2025-02-24", "lastUpdatedBy": "text", "version": "text", "rfiID": "text", "content": "text", "media": [] } ] }