Get a folder
head/folders/{folderId}
Returns the specified folder.
Name | Type | Required | Description |
---|---|---|---|
folderId | string<object-id> | true | The identifier of a specific folder or one of the delegate strings @myFolder, @appDataFolder, @myHistory, @myFavorites, or @public. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The folder was returned. | Headers | |
400 | Bad Request | The request was invalid. An invalid delegate string was specified. | ||
404 | Not Found | No folder exists at the requested path. |