Record documents

List the documents for a record

get

List the documents for a record

Authorizations
Path parameters
recordIdstringRequired

The record ID

Responses
200

successful operation

application/json
get
GET //records/{recordId}/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-09-16T05:25:31.444Z",
        "suffix": "text",
        "title": "text"
      }
    ]
  }
}