Get all RFI replies
/rfi/thread/{id}/replies/{version}
The RFI ID
The requested verison for replies
curl -L \ --url 'https://api.ecosuite.io//rfi/thread/{id}/replies/{version}'
{ "rfiReplies": [ { "id": "text", "author": "text", "createdDateTime": "2025-02-23", "lastUpdatedDateTime": "2025-02-23", "lastUpdatedBy": "text", "version": "text", "rfiID": "text", "content": "text", "media": [] } ] }