Record documents

List the record documents for a project

get

List the record documents for a project

Authorizations
Path parameters
projectIdstringRequired

The project ID

Responses
200

successful operation

application/json
get
GET //projects/{projectId}/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-16T12:39:10.502Z",
          "suffix": "text",
          "title": "text"
        }
      ]
    }
  ]
}