Classifications on files
Add classification to file
Adds a classification to a file 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 /files/:id//enterprise_12345/securityClassification-6VMVochwUWo.
post/files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo
Path parameters
file_idstring required
The unique identifier that represents a file.
The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL https://*.app.box.com/files/123 the file_id is 123.
Request body
Example request
{
"Box__Security__Classification__Key": "Sensitive"
}Response
Returns the classification template instance that was applied to the file.
Example response
{
"Box__Security__Classification__Key": "Sensitive",
"$parent": "folder_59449484661,",
"$template": "securityClassification-6VMVochwUWo",
"$scope": "enterprise_27335",
"$version": 1,
"$type": "securityClassification-6VMVochwUWo-fd31537a-0f95-4d86-9f2b-5974a29978f8",
"$typeVersion": 5,
"$canEdit": true
}