List files

List all documents and folders accessible from the parent.

Usage notes

  • Use the parentId to specify a folder and return details about the nested files and documents:

    • Retrieve the ID to use as a parentId by calling the /v2/files endpoint and reviewing the id field in the response for files with a type of folder.
    • To use the "My Documents" folder as the parent folder, call the /v2/members/{memberId} endpoint and use the homeFolderId included in the response.
    • If parentId is not specified, it is assumed to be the root.
  • Use the available filters to return files that contain a specific keyword in the name, files with specific permissions granted to the user associated with the API credentials, or files of a specific type.

  • Newly created files are not returned immediately after creation. Updated files are reflected immediately.

Recipes
πŸ–‡οΈ
Embedding - Generate Embed Path for Member - All Workbooks (JavaScript)
Open Recipe
Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!