Get a folder

head/folders/{folderId}
Internal-Use Only

Returns the specified folder.

Request Samples

1

Response Samples

1No example avaliable

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
200OKThe request succeeded. The folder was returned.Headers
400Bad RequestThe request was invalid. An invalid delegate string was specified.
404Not FoundNo folder exists at the requested path.