Retrieves all metadata for a given folder. This can not be used on the root
folder with ID 0.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier that represent a folder.
The ID for any folder can be determined
by visiting this folder in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/folder/123
the folder_id is 123.
The root folder of a Box account is
always represented by the ID 0.
Taxonomy field values are returned in API view by default, meaning
the value is represented with a taxonomy node identifier.
To retrieve the Hydrated view, where taxonomy values are represented
with the full taxonomy node information, set this parameter to hydrated.
This is the only supported value for this parameter.
Returns all the metadata associated with a folder.
This API does not support pagination and will therefore always return all of the metadata associated to the folder.