Folders
Get folder
Returns the requested folder.
get/folders/{folderId}
Path parameters
folderIdstring required
ID of the folder.
Response
The requested Superhuman Docs folder.
Example response
{
"id": "fl-1Ab234",
"name": "Projects",
"browserLink": "https://docs.superhuman.com/folders/fl-1Ab234",
"description": "A collection of project docs.",
"icon": {
"browserLink": "https://cdn.coda.io/icons/png/color/icon-32.png"
},
"createdAt": "2018-04-11T00:18:57.946Z",
"canEdit": true,
"workspace": {
"id": "ws-1Ab234",
"organizationId": "org-2Bc456",
"browserLink": "https://docs.superhuman.com/docs?workspaceId=ws-1Ab234",
"name": "My workspace"
}
}