GET
/
api2
/
v1
/
connectors
/
{connectorId}
/
folders
List files in root
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/connectors/{connectorId}/folders
{
  "files": [
    {
      "id": "<string>",
      "name": "<string>",
      "encodedName": "<string>",
      "contentType": "<string>",
      "note": "<string>",
      "size": 123,
      "directory": true,
      "lastModified": "2023-11-07T05:31:56Z",
      "dueDate": "2023-11-07T05:31:56Z",
      "selected": true,
      "error": {
        "code": "<string>",
        "message": "<string>"
      }
    }
  ],
  "currentFolder": "<string>",
  "encodedCurrentFolder": "<string>",
  "rootFolder": true,
  "lastChangedFiles": [
    {
      "id": "<string>",
      "name": "<string>",
      "encodedName": "<string>",
      "contentType": "<string>",
      "note": "<string>",
      "size": 123,
      "directory": true,
      "lastModified": "2023-11-07T05:31:56Z",
      "dueDate": "2023-11-07T05:31:56Z",
      "selected": true,
      "error": {
        "code": "<string>",
        "message": "<string>"
      }
    }
  ]
}

Path Parameters

connectorId
string
required

Query Parameters

projectUid
string
sourceLocale
string
fileType
string
default:ALL
sort
string
default:NAME
direction
string
default:ASCENDING

Response

200
application/json

successful operation

The response is of type object.