File version legal hold
File version legal hold is an entity representing all holds on a File Version.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for this file version legal hold. |
type | enum<string> | No | The value will always be file_version_legal_hold. Available options: file_version_legal_hold. |
file_version | File version (Mini) | No | The file version that is held. |
file | File (Mini) | No | The file for the file version held. Note that there is no guarantee that the current version of this file is held. |
legal_hold_policy_assignments | array of Legal hold policy assignment | No | List of assignments contributing to this Hold. |
deleted_at | string | No | Time that this File-Version-Legal-Hold was deleted. |
Example
File version legal holds
A list of file versions with legal holds.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of File version legal hold | No | A list of file version legal holds. |
Example
