Metadata instances (Folders)
Get metadata instance on folder
Retrieves the instance of a metadata template that has been applied to a folder. This can not be used on the root folder with ID 0.
get/folders/{folder_id}/metadata/{scope}/{template_key}
Path parameters
folder_idstring required
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.
scope'global' | 'enterprise' required
The scope of the metadata template.
template_keystring required
The name of the metadata template.
Response
An instance of the metadata template that includes additional "key:value" pairs defined by the user or an application.
Example response
{
"$parent": "folder_59449484661,",
"$template": "marketingCollateral",
"$scope": "enterprise_27335",
"$version": 1,
"$canEdit": true,
"$id": "01234500-12f1-1234-aa12-b1d234cb567e",
"$type": "properties-6bcba49f-ca6d-4d2a-a758-57fe6edf44d0",
"$typeVersion": 2
}