Record documents
List the documents associate with records
Authorizations
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/record-documentsGET /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-10-31T09:51:08.098Z",
          "suffix": "text",
          "title": "text"
        }
      ]
    }
  ]
}