Get a folder

head/folders/{folderId}

Returns the specified folder.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
folderId
string<object-id>
true

The identifier of a specific folder or one of the delegate strings @myFolder, @appDataFolder, @myHistory, @myFavorites, or @public.

Header Parameters

NameTypeRequiredDescription
Accept-Language
string
false

Enumerates the languages that the client prefers to use for the response. This can be used to provide localized data where available.

Responses

StatusMeaningDescription
200OK

The request succeeded. The folder was returned.

Headers
400Bad Request

The request was invalid. An invalid delegate string was specified.

404Not Found

No folder exists at the requested path.