Folder API Endpoints
over 1 year ago by Joseph
As you've likely heard, we've made some improvements to the hierarchy within Guru. With this change from Board Groups, Boards and Sections to Folders, we're introducing a new /folders API endpoint. We are discouraging the use of the old /boards endpoint and are urging everyone to start using the /folders endpoint instead. The new endpoints are listed below.
As always, if you have any API or integration related questions, please don't hesitate to reach out in our Community!
Category | Description | Method | URL |
---|---|---|---|
Folders | List folders | GET | https://api.getguru.com/api/v1/folders |
Folders | Get folder | GET | https://api.getguru.com/api/v1/folders/{folderId} |
Folders | Search for folders | GET | https://api.getguru.com/api/v1/folders/search |
Folders | Create folder | POST | https://api.getguru.com/api/v1/folders |
Folders | Update folder | PUT | https://api.getguru.com/api/v1/folders/{folderId} |
Folders | Delete folder | DELETE | https://api.getguru.com/api/v1/folders/{folderId} |
Folders | Get folder items | GET | https://api.getguru.com/api/v1/folders/{folderId}/items |
Folders | Get folder parent | GET | https://api.getguru.com/api/v1/folders/{folderId}/parent |
Folders | Get folder effective permissions | GET | https://api.getguru.com/api/v1/folders/{folderId}/effectivepermissions |
Folders | Get folder permissions | GET | https://api.getguru.com/api/v1/folders/{folderId}/permissions |
Folders | Export folder to PDF | GET | https://api.getguru.com/api/v1/folders/{folderId}/pdf |