Adds a classification to a folder by specifying the label of the classification to add.
This API can also be called by including the enterprise ID in the
URL explicitly, for example
/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo.
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.
The name of the classification to apply to this folder.
To list the available classifications in an enterprise, use the classification API to retrieve the classification template which lists all available classification keys.
"Sensitive"
Returns the classification template instance that was applied to the folder.
An instance of the classification metadata template, containing the classification applied to the file or folder.
To get more details about the classification applied to an item, request the classification metadata template.
The name of the classification applied to the item.
"Sensitive"
The identifier of the item that this metadata instance
has been attached to. This combines the type and the id
of the parent in the form {type}_{id}.
"folder_59449484661,"
The value will always be securityClassification-6VMVochwUWo.
securityClassification-6VMVochwUWo "securityClassification-6VMVochwUWo"
The scope of the enterprise that this classification has been applied for.
This will be in the format enterprise_{enterprise_id}.
"enterprise_27335"
The version of the metadata instance. This version starts at 0 and increases every time a classification is updated.
1
The unique ID of this classification instance. This will be include the name of the classification template and a unique ID.
"securityClassification-6VMVochwUWo-fd31537a-0f95-4d86-9f2b-5974a29978f8"
The version of the metadata template. This version starts at 0 and increases every time the template is updated. This is mostly for internal use.
5
Whether an end user can change the classification.
true