Sample - Box Platform API
GET/file_version_legal_holds/{file_version_legal_hold_id}

Get file version legal hold

Retrieves information about the legal hold policies assigned to a file version.

1 parameter
file_version_legal_hold_idstringrequired
The ID of the file version legal hold.

2 status codes
200Returns the legal hold policy assignments for the file version.
idstringoptional
The unique identifier for this file version legal hold.
typestringoptional
The value will always be `file_version_legal_hold`.
Allowed:file_version_legal_hold
file_versionobjectoptional
fileobjectoptional
legal_hold_policy_assignmentsarray<LegalHoldPolicyAssignment>optional
List of assignments contributing to this Hold.
deleted_atstringoptional
Time that this File-Version-Legal-Hold was deleted.
defaultAn unexpected client error.
typestringoptional
The value will always be `error`.
Allowed:error
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
Allowed:createdacceptedno_contentredirectnot_modifiedbad_requestunauthorizedforbiddennot_foundmethod_not_allowedconflictprecondition_failed
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context about the error. The possible fields are defined on a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used when contacting Box support.

Error handling

Any other status is an error: An unexpected client error.