get https://api.sigmacomputing.com/v2/files
List all documents and folders accessible from the parent.
Usage notes
- Returned documents and folders are limited to those that you have access to.
- 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 atype
offolder
. - 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.
- Retrieve the ID to use as a parentId by calling the /v2/files endpoint and reviewing the
- 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