GET /record-documents HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"data": [
{
"recordId": "text",
"recordPath": "text",
"recordName": "text",
"recordType": "text",
"recordSubType": "text",
"documents": [
{
"fileKey": "text",
"fileName": "text",
"size": 1,
"updated": "2025-12-15T19:03:17.563Z",
"suffix": "text",
"title": "text"
}
]
}
]
}