cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/folder/v1/folderTrees/{rootFolderId} \ --header 'Authorization: Bearer <token>'
{ "items": [ { "editable": true, "editableDocuments": true, "fileId": "<string>", "folderAodocsId": "<string>", "folderDefinitionId": "<string>", "folderIsRoot": true, "kind": "<string>", "libraryId": "<string>", "libraryName": "<string>", "name": "<string>", "parentFolderAodocsId": "<string>", "parentFolderDriveId": "<string>", "parentFolderIsRoot": true, "permittedOperations": [ "DELETE" ], "resourceKey": "<string>", "restrictedDownload": true, "subfolders": "<array>" } ], "kind": "<string>" }
Load necessary folders as trees to display selectedFolder in the context of displayRootFolder applying filter from the view
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The G Suite domain
A ApiFolderList response
Show child attributes